net.flexmojos.oss.compiler
Interface IASDocConfiguration

All Superinterfaces:
IFlexConfiguration

public interface IASDocConfiguration
extends IFlexConfiguration


Field Summary
static String BENCHMARK
           
static String BENCHMARK_COMPILER_DETAILS
           
static String BENCHMARK_TIME_FILTER
           
static String DATE_IN_FOOTER
           
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 DOC_CLASSES
           
static String DOC_NAMESPACES
           
static String DOC_SOURCES
           
static String DUMP_CONFIG
           
static String EXAMPLES_PATH
           
static String EXCLUDE_CLASSES
           
static String EXCLUDE_DEPENDENCIES
           
static String EXCLUDE_SOURCES
           
static String EXTERNS
           
static String FOOTER
           
static String FRAMEWORK
           
static String GENERATE_FRAME_LOADER
           
static String HELP
           
static String INCLUDE_ALL_FOR_ASDOC
           
static String INCLUDE_INHERITANCE_DEPENDENCIES_ONLY
           
static String INCLUDE_LOOKUP_ONLY
           
static String INCLUDES
           
static String KEEP_XML
           
static String LAZY_INIT
           
static String LEFT_FRAMESET_WIDTH
           
static String LENIENT
           
static String LINK_REPORT
           
static String LOAD_CONFIG
           
static String LOAD_EXTERNS
           
static String MAIN_TITLE
           
static String OUTPUT
           
static String PACKAGE_DESCRIPTION_FILE
           
static String RAW_METADATA
           
static String REMOVE_UNUSED_RSLS
           
static String RESOURCE_BUNDLE_LIST
           
static String RESTORE_BUILTIN_CLASSES
           
static String RUNTIME_SHARED_LIBRARIES
           
static String RUNTIME_SHARED_LIBRARY_PATH
           
static String SIZE_REPORT
           
static String SKIP_XSL
           
static String STATIC_LINK_RUNTIME_SHARED_LIBRARIES
           
static String SWC_CHECKSUM
           
static String SWF_VERSION
           
static String TARGET_PLAYER
           
static String TEMPLATES_PATH
           
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
           
static String WINDOW_TITLE
           
 
Method Summary
 Boolean getBenchmark()
           
 Integer getBenchmarkCompilerDetails()
           
 Long getBenchmarkTimeFilter()
           
 ICompilerConfiguration getCompilerConfiguration()
           
 Boolean getDateInFooter()
           
 String getDebugPassword()
           
 Integer getDefaultBackgroundColor()
           
 Integer getDefaultFrameRate()
           
 IDefaultScriptLimits getDefaultScriptLimits()
           
 IDefaultSize getDefaultSize()
           
 List getDocClasses()
           
 List getDocNamespaces()
           
 File[] getDocSources()
           
 String getDumpConfig()
           
 String getExamplesPath()
           
 List getExcludeClasses()
           
 Boolean getExcludeDependencies()
           
 File[] getExcludeSources()
           
 List getExterns()
           
 String getFooter()
           
 IFramesConfiguration getFramesConfiguration()
           
 String getFramework()
           
 Boolean getGenerateFrameLoader()
           
 String[] getHelp()
           
 Boolean getIncludeAllForAsdoc()
           
 Boolean getIncludeInheritanceDependenciesOnly()
           
 Boolean getIncludeLookupOnly()
           
 List getIncludes()
           
 Boolean getKeepXml()
           
 Boolean getLazyInit()
           
 Integer getLeftFramesetWidth()
           
 Boolean getLenient()
           
 ILicensesConfiguration getLicensesConfiguration()
           
 String getLinkReport()
           
 String[] getLoadConfig()
           
 String[] getLoadExterns()
           
 String getMainTitle()
           
 IMetadataConfiguration getMetadataConfiguration()
           
 String getOutput()
           
 String getPackageDescriptionFile()
           
 IPackagesConfiguration getPackagesConfiguration()
           
 String getRawMetadata()
           
 Boolean getRemoveUnusedRsls()
           
 String getResourceBundleList()
           
 Boolean getRestoreBuiltinClasses()
           
 String[] getRuntimeSharedLibraries()
           
 IRuntimeSharedLibraryPath[] getRuntimeSharedLibraryPath()
           
 IRuntimeSharedLibrarySettingsConfiguration getRuntimeSharedLibrarySettingsConfiguration()
           
 String getSizeReport()
           
 Boolean getSkipXsl()
           
 Boolean getStaticLinkRuntimeSharedLibraries()
           
 Boolean getSwcChecksum()
           
 Integer getSwfVersion()
           
 String getTargetPlayer()
           
 String getTemplatesPath()
           
 String getToolsLocale()
           
 Boolean getUseDirectBlit()
           
 Boolean getUseGpu()
           
 Boolean getUseNetwork()
           
 Boolean getVerifyDigests()
           
 Boolean getVersion()
           
 Boolean getWarnings()
           
 String getWindowTitle()
           
 

Field Detail

HELP

static final String HELP
See Also:
Constant Field Values

INCLUDE_LOOKUP_ONLY

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

DOC_CLASSES

static final String DOC_CLASSES
See Also:
Constant Field Values

DOC_NAMESPACES

static final String DOC_NAMESPACES
See Also:
Constant Field Values

DOC_SOURCES

static final String DOC_SOURCES
See Also:
Constant Field Values

EXAMPLES_PATH

static final String EXAMPLES_PATH
See Also:
Constant Field Values

EXCLUDE_CLASSES

static final String EXCLUDE_CLASSES
See Also:
Constant Field Values

EXCLUDE_DEPENDENCIES

static final String EXCLUDE_DEPENDENCIES
See Also:
Constant Field Values

FOOTER

static final String FOOTER
See Also:
Constant Field Values

KEEP_XML

static final String KEEP_XML
See Also:
Constant Field Values

LEFT_FRAMESET_WIDTH

static final String LEFT_FRAMESET_WIDTH
See Also:
Constant Field Values

MAIN_TITLE

static final String MAIN_TITLE
See Also:
Constant Field Values

PACKAGE_DESCRIPTION_FILE

static final String PACKAGE_DESCRIPTION_FILE
See Also:
Constant Field Values

SKIP_XSL

static final String SKIP_XSL
See Also:
Constant Field Values

TEMPLATES_PATH

static final String TEMPLATES_PATH
See Also:
Constant Field Values

WINDOW_TITLE

static final String WINDOW_TITLE
See Also:
Constant Field Values

RESTORE_BUILTIN_CLASSES

static final String RESTORE_BUILTIN_CLASSES
See Also:
Constant Field Values

LENIENT

static final String LENIENT
See Also:
Constant Field Values

EXCLUDE_SOURCES

static final String EXCLUDE_SOURCES
See Also:
Constant Field Values

DATE_IN_FOOTER

static final String DATE_IN_FOOTER
See Also:
Constant Field Values

INCLUDE_ALL_FOR_ASDOC

static final String INCLUDE_ALL_FOR_ASDOC
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()

getIncludeLookupOnly

Boolean getIncludeLookupOnly()

getLoadConfig

String[] getLoadConfig()

getOutput

String getOutput()

getVersion

Boolean getVersion()

getDocClasses

List getDocClasses()

getDocNamespaces

List getDocNamespaces()

getDocSources

File[] getDocSources()

getExamplesPath

String getExamplesPath()

getExcludeClasses

List getExcludeClasses()

getExcludeDependencies

Boolean getExcludeDependencies()

getFooter

String getFooter()

getKeepXml

Boolean getKeepXml()

getLeftFramesetWidth

Integer getLeftFramesetWidth()

getMainTitle

String getMainTitle()

getPackageDescriptionFile

String getPackageDescriptionFile()

getSkipXsl

Boolean getSkipXsl()

getTemplatesPath

String getTemplatesPath()

getWindowTitle

String getWindowTitle()

getRestoreBuiltinClasses

Boolean getRestoreBuiltinClasses()

getLenient

Boolean getLenient()

getExcludeSources

File[] getExcludeSources()

getDateInFooter

Boolean getDateInFooter()

getIncludeAllForAsdoc

Boolean getIncludeAllForAsdoc()

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()

getPackagesConfiguration

IPackagesConfiguration getPackagesConfiguration()

getCompilerConfiguration

ICompilerConfiguration getCompilerConfiguration()

getFramesConfiguration

IFramesConfiguration getFramesConfiguration()

getMetadataConfiguration

IMetadataConfiguration getMetadataConfiguration()

getLicensesConfiguration

ILicensesConfiguration getLicensesConfiguration()

getRuntimeSharedLibrarySettingsConfiguration

IRuntimeSharedLibrarySettingsConfiguration getRuntimeSharedLibrarySettingsConfiguration()


Copyright © 2008-2012 flexmojos. All Rights Reserved.