net.flexmojos.oss.compiler
Interface ICommandLineConfiguration

All Superinterfaces:
IFlexConfiguration

public interface ICommandLineConfiguration
extends IFlexConfiguration


Field Summary
static String BENCHMARK
           
static String BENCHMARK_COMPILER_DETAILS
           
static String BENCHMARK_TIME_FILTER
           
static String DEBUG_PASSWORD
           
static String DEFAULT_BACKGROUND_COLOR
           
static String DEFAULT_FRAME_RATE
           
static String DEFAULT_SCRIPT_LIMITS
           
static String DEFAULT_SIZE
           
static String DUMP_CONFIG
           
static String EXTERNS
           
static String FILE_SPECS
           
static String FRAMEWORK
           
static String GENERATE_FRAME_LOADER
           
static String HELP
           
static String INCLUDE_INHERITANCE_DEPENDENCIES_ONLY
           
static String INCLUDE_RESOURCE_BUNDLES
           
static String INCLUDES
           
static String LAZY_INIT
           
static String LINK_REPORT
           
static String LOAD_CONFIG
           
static String LOAD_EXTERNS
           
static String OUTPUT
           
static String PROJECTOR
           
static String RAW_METADATA
           
static String REMOVE_UNUSED_RSLS
           
static String RESOURCE_BUNDLE_LIST
           
static String RUNTIME_SHARED_LIBRARIES
           
static String RUNTIME_SHARED_LIBRARY_PATH
           
static String SIZE_REPORT
           
static String STATIC_LINK_RUNTIME_SHARED_LIBRARIES
           
static String SWC_CHECKSUM
           
static String SWF_VERSION
           
static String TARGET_PLAYER
           
static String TOOLS_LOCALE
           
static String USE_DIRECT_BLIT
           
static String USE_GPU
           
static String USE_NETWORK
           
static String VERIFY_DIGESTS
           
static String VERSION
           
static String WARNINGS
           
 
Method Summary
 Boolean getBenchmark()
           
 Integer getBenchmarkCompilerDetails()
           
 Long getBenchmarkTimeFilter()
           
 ICompilerConfiguration getCompilerConfiguration()
           
 String getDebugPassword()
           
 Integer getDefaultBackgroundColor()
           
 Integer getDefaultFrameRate()
           
 IDefaultScriptLimits getDefaultScriptLimits()
           
 IDefaultSize getDefaultSize()
           
 String getDumpConfig()
           
 List getExterns()
           
 List getFileSpecs()
           
 IFramesConfiguration getFramesConfiguration()
           
 String getFramework()
           
 Boolean getGenerateFrameLoader()
           
 String[] getHelp()
           
 Boolean getIncludeInheritanceDependenciesOnly()
           
 List getIncludeResourceBundles()
           
 List getIncludes()
           
 Boolean getLazyInit()
           
 ILicensesConfiguration getLicensesConfiguration()
           
 String getLinkReport()
           
 String[] getLoadConfig()
           
 String[] getLoadExterns()
           
 IMetadataConfiguration getMetadataConfiguration()
           
 String getOutput()
           
 String getProjector()
           
 String getRawMetadata()
           
 Boolean getRemoveUnusedRsls()
           
 String getResourceBundleList()
           
 String[] getRuntimeSharedLibraries()
           
 IRuntimeSharedLibraryPath[] getRuntimeSharedLibraryPath()
           
 IRuntimeSharedLibrarySettingsConfiguration getRuntimeSharedLibrarySettingsConfiguration()
           
 String getSizeReport()
           
 Boolean getStaticLinkRuntimeSharedLibraries()
           
 Boolean getSwcChecksum()
           
 Integer getSwfVersion()
           
 String getTargetPlayer()
           
 String getToolsLocale()
           
 Boolean getUseDirectBlit()
           
 Boolean getUseGpu()
           
 Boolean getUseNetwork()
           
 Boolean getVerifyDigests()
           
 Boolean getVersion()
           
 Boolean getWarnings()
           
 

Field Detail

HELP

static final String HELP
See Also:
Constant Field Values

INCLUDE_RESOURCE_BUNDLES

static final String INCLUDE_RESOURCE_BUNDLES
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

VERSION

static final String VERSION
See Also:
Constant Field Values

FILE_SPECS

static final String FILE_SPECS
See Also:
Constant Field Values

PROJECTOR

static final String PROJECTOR
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
Method Detail

getHelp

String[] getHelp()

getIncludeResourceBundles

List getIncludeResourceBundles()

getLoadConfig

String[] getLoadConfig()

getOutput

String getOutput()

getVersion

Boolean getVersion()

getFileSpecs

List getFileSpecs()

getProjector

String getProjector()

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.