|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fusesource.tooling.fuse.cdc.api.Configuration
public class Configuration
TODO Add Class documentation for Configuration
| Constructor Summary | |
|---|---|
Configuration()
|
|
| Method Summary | |
|---|---|
java.io.File |
getBuildDirectory()
Gets the File value of buildDirectory for this instance of Configuration. |
java.util.List<java.lang.String> |
getDescriptors()
Gets the List |
org.sonatype.aether.artifact.Artifact |
getDistributionArtifact()
Gets the Artifact value of distributionArtifact for this instance of Configuration. |
java.io.File |
getDistributionDirectory()
Gets the File value of distributionDirectory for this instance of Configuration. |
java.util.List<java.lang.String> |
getFeatures()
Gets the List |
java.util.List<org.sonatype.aether.repository.RemoteRepository> |
getRemoteRepositories()
Gets the List |
java.lang.String |
getRepackagedFileName()
Gets the String value of repackagedFileName for this instance of Configuration. |
org.sonatype.aether.RepositorySystem |
getRepositorySystem()
Gets the RepositorySystem value of repositorySystem for this instance of Configuration. |
org.sonatype.aether.RepositorySystemSession |
getRepositorySystemSession()
Gets the RepositorySystemSession value of repositorySystemSession for this instance of Configuration. |
boolean |
isRepackage()
Gets the boolean value of repackage for this instance of Configuration. |
void |
setBuildDirectory(java.io.File outputDirectory)
Sets the File value of buildDirectory for this instance of Configuration. |
void |
setDescriptors(java.util.List<java.lang.String> featureRepositories)
Sets the List |
void |
setDistributionArtifact(org.sonatype.aether.artifact.Artifact distributionArtifact)
Sets the Artifact value of distributionArtifact for this instance of Configuration. |
void |
setDistributionDirectory(java.io.File repackagedOutputDirectory)
Sets the File value of distributionDirectory for this instance of Configuration. |
void |
setFeatures(java.util.List<java.lang.String> featureNames)
Sets the List |
void |
setRemoteRepositories(java.util.List<org.sonatype.aether.repository.RemoteRepository> remoteRepos)
Sets the List |
void |
setRepackage(boolean repackage)
Sets the boolean value of repackage for this instance of Configuration. |
void |
setRepackagedFileName(java.lang.String repackagedFileName)
Sets the String value of repackagedFileName for this instance of Configuration. |
void |
setRepositorySystem(org.sonatype.aether.RepositorySystem repoSystem)
Sets the RepositorySystem value of repositorySystem for this instance of Configuration. |
void |
setRepositorySystemSession(org.sonatype.aether.RepositorySystemSession repoSession)
Sets the RepositorySystemSession value of repositorySystemSession for this instance of Configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Configuration()
| Method Detail |
|---|
public org.sonatype.aether.RepositorySystem getRepositorySystem()
public void setRepositorySystem(org.sonatype.aether.RepositorySystem repoSystem)
repositorySystem - Sets RepositorySystem, default is TODO add
defaultpublic org.sonatype.aether.RepositorySystemSession getRepositorySystemSession()
public void setRepositorySystemSession(org.sonatype.aether.RepositorySystemSession repoSession)
repositorySystemSession - Sets RepositorySystemSession, default is
TODO add defaultpublic java.util.List<org.sonatype.aether.repository.RemoteRepository> getRemoteRepositories()
public void setRemoteRepositories(java.util.List<org.sonatype.aether.repository.RemoteRepository> remoteRepos)
remoteRepositories - Sets Listpublic java.io.File getBuildDirectory()
public void setBuildDirectory(java.io.File outputDirectory)
buildDirectory - Sets File, default is TODO add defaultpublic void setDescriptors(java.util.List<java.lang.String> featureRepositories)
descriptors - Sets Listpublic java.util.List<java.lang.String> getDescriptors()
public void setFeatures(java.util.List<java.lang.String> featureNames)
features - Sets Listpublic java.util.List<java.lang.String> getFeatures()
public void setDistributionArtifact(org.sonatype.aether.artifact.Artifact distributionArtifact)
distributionArtifact - Sets Artifact, default is TODO add defaultpublic org.sonatype.aether.artifact.Artifact getDistributionArtifact()
public boolean isRepackage()
public void setRepackage(boolean repackage)
repackage - Sets boolean, default is TODO add defaultpublic java.io.File getDistributionDirectory()
public void setDistributionDirectory(java.io.File repackagedOutputDirectory)
distributionDirectory - Sets File, default is TODO add defaultpublic void setRepackagedFileName(java.lang.String repackagedFileName)
repackagedFileName - Sets String, default is TODO add defaultpublic java.lang.String getRepackagedFileName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||