public class Application extends Object
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
Bundles |
getBundles()
Get the bundles
|
Configurations |
getConfigurations()
Get the configurations
The list is modifiable.
|
Extensions |
getExtensions()
Get the list of extensions
The list is modifiable
|
List<ArtifactId> |
getFeatureIds()
Get the list of used features to build this application
|
ArtifactId |
getFramework()
Get the framework id
|
KeyValueMap |
getFrameworkProperties()
Get the framework properties
The map is modifiable
|
KeyValueMap |
getVariables()
Get the variables
The map is modifiable
|
void |
setFramework(ArtifactId framework)
Set the framework id
|
String |
toString() |
public Bundles getBundles()
public Configurations getConfigurations()
public KeyValueMap getFrameworkProperties()
public Extensions getExtensions()
public List<ArtifactId> getFeatureIds()
public ArtifactId getFramework()
nullpublic void setFramework(ArtifactId framework)
framework - The framework idpublic KeyValueMap getVariables()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.