public class Component extends Object implements Serializable
| Constructor and Description |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContainerDescriptorHandler(ContainerDescriptorHandlerConfig containerDescriptorHandlerConfig)
Method addContainerDescriptorHandler.
|
void |
addDependencySet(DependencySet dependencySet)
Method addDependencySet.
|
void |
addFile(FileItem fileItem)
Method addFile.
|
void |
addFileSet(FileSet fileSet)
Method addFileSet.
|
void |
addModuleSet(ModuleSet moduleSet)
Method addModuleSet.
|
void |
addRepository(Repository repository)
Method addRepository.
|
List |
getContainerDescriptorHandlers()
Method getContainerDescriptorHandlers.
|
List |
getDependencySets()
Method getDependencySets.
|
List |
getFiles()
Method getFiles.
|
List |
getFileSets()
Method getFileSets.
|
String |
getModelEncoding()
Get the modelEncoding field.
|
List |
getModuleSets()
Method getModuleSets.
|
List |
getRepositories()
Method getRepositories.
|
void |
removeContainerDescriptorHandler(ContainerDescriptorHandlerConfig containerDescriptorHandlerConfig)
Method removeContainerDescriptorHandler.
|
void |
removeDependencySet(DependencySet dependencySet)
Method removeDependencySet.
|
void |
removeFile(FileItem fileItem)
Method removeFile.
|
void |
removeFileSet(FileSet fileSet)
Method removeFileSet.
|
void |
removeModuleSet(ModuleSet moduleSet)
Method removeModuleSet.
|
void |
removeRepository(Repository repository)
Method removeRepository.
|
void |
setContainerDescriptorHandlers(List containerDescriptorHandlers)
Set set of components which filter various container
descriptors out of
the normal archive stream, so they can be
aggregated then added.
|
void |
setDependencySets(List dependencySets)
Set specifies which dependencies to include in the assembly.
|
void |
setFiles(List files)
Set specifies which single files to include in the assembly.
|
void |
setFileSets(List fileSets)
Set specifies which groups of files to include in the
assembly.
|
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
void |
setModuleSets(List moduleSets)
Set specifies which module files to include in the assembly.
|
void |
setRepositories(List repositories)
Set specifies a set of repositories to include in the
assembly.
|
public void addContainerDescriptorHandler(ContainerDescriptorHandlerConfig containerDescriptorHandlerConfig)
containerDescriptorHandlerConfig - public void addDependencySet(DependencySet dependencySet)
dependencySet - public void addFile(FileItem fileItem)
fileItem - public void addFileSet(FileSet fileSet)
fileSet - public void addModuleSet(ModuleSet moduleSet)
moduleSet - public void addRepository(Repository repository)
repository - public List getContainerDescriptorHandlers()
public List getDependencySets()
public List getFileSets()
public List getFiles()
public String getModelEncoding()
public List getModuleSets()
public List getRepositories()
public void removeContainerDescriptorHandler(ContainerDescriptorHandlerConfig containerDescriptorHandlerConfig)
containerDescriptorHandlerConfig - public void removeDependencySet(DependencySet dependencySet)
dependencySet - public void removeFile(FileItem fileItem)
fileItem - public void removeFileSet(FileSet fileSet)
fileSet - public void removeModuleSet(ModuleSet moduleSet)
moduleSet - public void removeRepository(Repository repository)
repository - public void setContainerDescriptorHandlers(List containerDescriptorHandlers)
containerDescriptorHandlers - public void setDependencySets(List dependencySets)
dependencySets - public void setFileSets(List fileSets)
fileSets - public void setFiles(List files)
files - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setModuleSets(List moduleSets)
moduleSets - public void setRepositories(List repositories)
repositories - Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.