net.flexmojos.oss.compiler
Interface ICompcConfiguration
- All Superinterfaces:
- IFlexConfiguration
public interface ICompcConfiguration
- extends IFlexConfiguration
DIRECTORY
static final String DIRECTORY
- See Also:
- Constant Field Values
HELP
static final String HELP
- See Also:
- Constant Field Values
INCLUDE_CLASSES
static final String INCLUDE_CLASSES
- See Also:
- Constant Field Values
INCLUDE_FILE
static final String INCLUDE_FILE
- See Also:
- Constant Field Values
INCLUDE_STYLESHEET
static final String INCLUDE_STYLESHEET
- See Also:
- Constant Field Values
INCLUDE_LOOKUP_ONLY
static final String INCLUDE_LOOKUP_ONLY
- See Also:
- Constant Field Values
INCLUDE_NAMESPACES
static final String INCLUDE_NAMESPACES
- See Also:
- Constant Field Values
INCLUDE_RESOURCE_BUNDLES
static final String INCLUDE_RESOURCE_BUNDLES
- See Also:
- Constant Field Values
INCLUDE_SOURCES
static final String INCLUDE_SOURCES
- See Also:
- Constant Field Values
LOAD_CONFIG
static final String LOAD_CONFIG
- See Also:
- Constant Field Values
OUTPUT
static final String OUTPUT
- See Also:
- Constant Field Values
ROOT
static final String ROOT
- See Also:
- Constant Field Values
VERSION
static final String VERSION
- See Also:
- Constant Field Values
COMPUTE_DIGEST
static final String COMPUTE_DIGEST
- See Also:
- Constant Field Values
WARNINGS
static final String WARNINGS
- See Also:
- Constant Field Values
DUMP_CONFIG
static final String DUMP_CONFIG
- See Also:
- Constant Field Values
FRAMEWORK
static final String FRAMEWORK
- See Also:
- Constant Field Values
BENCHMARK
static final String BENCHMARK
- See Also:
- Constant Field Values
BENCHMARK_COMPILER_DETAILS
static final String BENCHMARK_COMPILER_DETAILS
- See Also:
- Constant Field Values
BENCHMARK_TIME_FILTER
static final String BENCHMARK_TIME_FILTER
- See Also:
- Constant Field Values
DEBUG_PASSWORD
static final String DEBUG_PASSWORD
- See Also:
- Constant Field Values
DEFAULT_BACKGROUND_COLOR
static final String DEFAULT_BACKGROUND_COLOR
- See Also:
- Constant Field Values
DEFAULT_FRAME_RATE
static final String DEFAULT_FRAME_RATE
- See Also:
- Constant Field Values
DEFAULT_SCRIPT_LIMITS
static final String DEFAULT_SCRIPT_LIMITS
- See Also:
- Constant Field Values
DEFAULT_SIZE
static final String DEFAULT_SIZE
- See Also:
- Constant Field Values
EXTERNS
static final String EXTERNS
- See Also:
- Constant Field Values
GENERATE_FRAME_LOADER
static final String GENERATE_FRAME_LOADER
- See Also:
- Constant Field Values
INCLUDES
static final String INCLUDES
- See Also:
- Constant Field Values
LAZY_INIT
static final String LAZY_INIT
- See Also:
- Constant Field Values
LINK_REPORT
static final String LINK_REPORT
- See Also:
- Constant Field Values
SIZE_REPORT
static final String SIZE_REPORT
- See Also:
- Constant Field Values
LOAD_EXTERNS
static final String LOAD_EXTERNS
- See Also:
- Constant Field Values
RAW_METADATA
static final String RAW_METADATA
- See Also:
- Constant Field Values
RESOURCE_BUNDLE_LIST
static final String RESOURCE_BUNDLE_LIST
- See Also:
- Constant Field Values
RUNTIME_SHARED_LIBRARIES
static final String RUNTIME_SHARED_LIBRARIES
- See Also:
- Constant Field Values
USE_NETWORK
static final String USE_NETWORK
- See Also:
- Constant Field Values
RUNTIME_SHARED_LIBRARY_PATH
static final String RUNTIME_SHARED_LIBRARY_PATH
- See Also:
- Constant Field Values
STATIC_LINK_RUNTIME_SHARED_LIBRARIES
static final String STATIC_LINK_RUNTIME_SHARED_LIBRARIES
- See Also:
- Constant Field Values
VERIFY_DIGESTS
static final String VERIFY_DIGESTS
- See Also:
- Constant Field Values
REMOVE_UNUSED_RSLS
static final String REMOVE_UNUSED_RSLS
- See Also:
- Constant Field Values
INCLUDE_INHERITANCE_DEPENDENCIES_ONLY
static final String INCLUDE_INHERITANCE_DEPENDENCIES_ONLY
- See Also:
- Constant Field Values
TARGET_PLAYER
static final String TARGET_PLAYER
- See Also:
- Constant Field Values
SWF_VERSION
static final String SWF_VERSION
- See Also:
- Constant Field Values
USE_DIRECT_BLIT
static final String USE_DIRECT_BLIT
- See Also:
- Constant Field Values
USE_GPU
static final String USE_GPU
- See Also:
- Constant Field Values
SWC_CHECKSUM
static final String SWC_CHECKSUM
- See Also:
- Constant Field Values
TOOLS_LOCALE
static final String TOOLS_LOCALE
- See Also:
- Constant Field Values
getDirectory
Boolean getDirectory()
getHelp
String[] getHelp()
getIncludeClasses
List getIncludeClasses()
getIncludeFile
IIncludeFile[] getIncludeFile()
getIncludeStylesheet
IIncludeStylesheet[] getIncludeStylesheet()
getIncludeLookupOnly
Boolean getIncludeLookupOnly()
getIncludeNamespaces
List getIncludeNamespaces()
getIncludeResourceBundles
List getIncludeResourceBundles()
getIncludeSources
File[] getIncludeSources()
getLoadConfig
String[] getLoadConfig()
getOutput
String getOutput()
getRoot
String getRoot()
getVersion
Boolean getVersion()
getComputeDigest
Boolean getComputeDigest()
getWarnings
Boolean getWarnings()
getDumpConfig
String getDumpConfig()
getFramework
String getFramework()
getBenchmark
Boolean getBenchmark()
getBenchmarkCompilerDetails
Integer getBenchmarkCompilerDetails()
getBenchmarkTimeFilter
Long getBenchmarkTimeFilter()
getDebugPassword
String getDebugPassword()
getDefaultBackgroundColor
Integer getDefaultBackgroundColor()
getDefaultFrameRate
Integer getDefaultFrameRate()
getDefaultScriptLimits
IDefaultScriptLimits getDefaultScriptLimits()
getDefaultSize
IDefaultSize getDefaultSize()
getExterns
List getExterns()
getGenerateFrameLoader
Boolean getGenerateFrameLoader()
getIncludes
List getIncludes()
getLazyInit
Boolean getLazyInit()
getLinkReport
String getLinkReport()
getSizeReport
String getSizeReport()
getLoadExterns
String[] getLoadExterns()
getRawMetadata
String getRawMetadata()
getResourceBundleList
String getResourceBundleList()
getRuntimeSharedLibraries
String[] getRuntimeSharedLibraries()
getUseNetwork
Boolean getUseNetwork()
getRuntimeSharedLibraryPath
IRuntimeSharedLibraryPath[] getRuntimeSharedLibraryPath()
getStaticLinkRuntimeSharedLibraries
Boolean getStaticLinkRuntimeSharedLibraries()
getVerifyDigests
Boolean getVerifyDigests()
getRemoveUnusedRsls
Boolean getRemoveUnusedRsls()
getIncludeInheritanceDependenciesOnly
Boolean getIncludeInheritanceDependenciesOnly()
getTargetPlayer
String getTargetPlayer()
getSwfVersion
Integer getSwfVersion()
getUseDirectBlit
Boolean getUseDirectBlit()
getUseGpu
Boolean getUseGpu()
getSwcChecksum
Boolean getSwcChecksum()
getToolsLocale
String getToolsLocale()
getCompilerConfiguration
ICompilerConfiguration getCompilerConfiguration()
getFramesConfiguration
IFramesConfiguration getFramesConfiguration()
getMetadataConfiguration
IMetadataConfiguration getMetadataConfiguration()
getLicensesConfiguration
ILicensesConfiguration getLicensesConfiguration()
getRuntimeSharedLibrarySettingsConfiguration
IRuntimeSharedLibrarySettingsConfiguration getRuntimeSharedLibrarySettingsConfiguration()
Copyright © 2008-2012 flexmojos. All Rights Reserved.