Package | Description |
---|---|
org.apache.flex.compiler.config |
This package contains classes and interfaces related to the configuration subsystem.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDomainTarget |
RSLSettings.getApplicationDomain()
One of
ApplicationDomainTarget that control which domain an RSL
is loaded into. |
ApplicationDomainTarget |
Configuration.getApplicationDomain(String swcPath)
Get the application domain an RSL should be loaded into.
|
static ApplicationDomainTarget |
ApplicationDomainTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationDomainTarget[] |
ApplicationDomainTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RSLSettings.setApplicationDomain(ApplicationDomainTarget applicationDomain) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.