public interface StandaloneLocalConfiguration extends LocalConfiguration
ExistingLocalConfiguration
. However, doing so means
that you'll need to set up the configuration yourself on your local file system.Modifier and Type | Method and Description |
---|---|
List |
getFileProperties()
Returns the file configurations.
|
org.apache.tools.ant.types.FilterChain |
getFilterChain()
Returns the filterchain for this configuration.
|
void |
setConfigFileProperty(FileConfig fileConfig)
set the config file property for a configuration.
|
void |
setFileProperty(FileConfig fileConfig)
set the file property for a configuration.
|
addDeployable, addResource, configure, getDeployables, getFileHandler, getHome, getResources, setFileHandler
getCapability, getProperties, getPropertyValue, getType, setProperty
void setConfigFileProperty(FileConfig fileConfig)
fileConfig
- The FileConfig to usevoid setFileProperty(FileConfig fileConfig)
fileConfig
- The FileConfig to useList getFileProperties()
org.apache.tools.ant.types.FilterChain getFilterChain()
Copyright © 2004-2013 Codehaus. All Rights Reserved.