- CarbonArtifact - Class in org.wso2.maven.p2.beans
-
Bean class representing CarbonArtifacts.
- CarbonArtifact() - Constructor for class org.wso2.maven.p2.beans.CarbonArtifact
-
- CarbonArtifactNotFoundException - Exception in org.wso2.maven.p2.exceptions
-
CarbonArtifactNotFoundException is thrown when a CarbonArtifact is not found.
- CarbonArtifactNotFoundException(String) - Constructor for exception org.wso2.maven.p2.exceptions.CarbonArtifactNotFoundException
-
Constructs the CarbonArtifactNotFoundException.
- Category - Class in org.wso2.maven.p2.repository
-
Bean class representing a Category object provided as an input param to RepositoryGeneratorMojo.
- Category() - Constructor for class org.wso2.maven.p2.repository.Category
-
- CatFeature - Class in org.wso2.maven.p2.repository
-
Bean class representing a CatFeature object provided as an input param to RepositoryGeneratorMojo.
- CatFeature() - Constructor for class org.wso2.maven.p2.repository.CatFeature
-
- changeConfigIniProperty(File, String, String, Log) - Static method in class org.wso2.maven.p2.utils.FileManagementUtil
-
Updated the given config.ini file with a given key value pair.
- constructFeatureGenerator() - Method in class org.wso2.maven.p2.feature.generate.FeatureGeneratorMojo
-
Generates the FeatureGenerator object in order to generate the feature.
- copy(File, File) - Static method in class org.wso2.maven.p2.utils.FileManagementUtil
-
Copies src file to dst file.
- copyDirectory(File, File) - Static method in class org.wso2.maven.p2.utils.FileManagementUtil
-
Copies all files under srcDir to dstDir.
- copyTo(T) - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Util method which will copy some of the properties of this parent class into it's sub classes.
- createCategoryFile(MavenProject, List, File) - Static method in class org.wso2.maven.p2.utils.P2Utils
-
Create the category file.
- createFeatureXml(FeatureResourceBundle, File) - Static method in class org.wso2.maven.p2.feature.generate.utils.FeatureFileGeneratorUtils
-
Generates the feature.xml file for a feature.
- createManifestMFFile(FeatureResourceBundle, File) - Static method in class org.wso2.maven.p2.feature.generate.utils.FeatureFileGeneratorUtils
-
Creates manifest file for a feature.
- createP2Inf(FeatureResourceBundle, File) - Static method in class org.wso2.maven.p2.feature.generate.utils.FeatureFileGeneratorUtils
-
Generates the P2Inf file.
- createPropertiesFile(FeatureResourceBundle, File) - Static method in class org.wso2.maven.p2.feature.generate.utils.FeatureFileGeneratorUtils
-
Generates the feature property file.
- Feature - Class in org.wso2.maven.p2.feature.generate
-
Bean class representing a Feature object provided as an input param to FeatureGenMojo.
- Feature() - Constructor for class org.wso2.maven.p2.feature.generate.Feature
-
- Feature - Class in org.wso2.maven.p2.feature.install
-
Bean class representing a feature.
- Feature() - Constructor for class org.wso2.maven.p2.feature.install.Feature
-
- Feature - Class in org.wso2.maven.p2.feature.uninstall
-
Bean class representing a Feature object provided as an input param to FeatureGenMojo.
- Feature() - Constructor for class org.wso2.maven.p2.feature.uninstall.Feature
-
- Feature - Class in org.wso2.maven.p2.repository
-
Bean class representing a Feature object provided as an input param to RepositoryGeneratorMojo.
- Feature() - Constructor for class org.wso2.maven.p2.repository.Feature
-
- FeatureFileGeneratorUtils - Class in org.wso2.maven.p2.feature.generate.utils
-
Generate output files that are needed to generate a particular feature.
- FeatureFileGeneratorUtils() - Constructor for class org.wso2.maven.p2.feature.generate.utils.FeatureFileGeneratorUtils
-
- FeatureGenerator - Class in org.wso2.maven.p2.feature.generate
-
FeatureGenerator takes parameters from the pom.xml and generates the feature.
- FeatureGenerator(FeatureResourceBundle) - Constructor for class org.wso2.maven.p2.feature.generate.FeatureGenerator
-
Constructor for the FeatureGenerator.
- FeatureGeneratorMojo - Class in org.wso2.maven.p2.feature.generate
-
Mojo class that act as the generate maven goal.
- FeatureGeneratorMojo() - Constructor for class org.wso2.maven.p2.feature.generate.FeatureGeneratorMojo
-
- FeatureInstaller - Class in org.wso2.maven.p2.feature.install
-
FeatureInstaller takes parameters from the pom.xml and generates the profile.
- FeatureInstaller(FeatureInstallResourceBundle) - Constructor for class org.wso2.maven.p2.feature.install.FeatureInstaller
-
ProfileGenerator constructor taking ProfileResourceBundle as a parameter.
- FeatureInstallMojo - Class in org.wso2.maven.p2.feature.install
-
Install a given set of carbon features on a product.
- FeatureInstallMojo() - Constructor for class org.wso2.maven.p2.feature.install.FeatureInstallMojo
-
- FeatureInstallResourceBundle - Class in org.wso2.maven.p2.feature.install
-
Bean class containing all the parameters entered to the mojo through plugin configuration.
- FeatureInstallResourceBundle() - Constructor for class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- FeatureResourceBundle - Class in org.wso2.maven.p2.feature.generate
-
Bean class containing all the parameters entered to the mojo through plugin configuration.
- FeatureResourceBundle() - Constructor for class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- FeatureUnInstaller - Class in org.wso2.maven.p2.feature.uninstall
-
FeatureUninstaller takes configuration data from FeatureUninstallMojo and perform the uninstall task.
- FeatureUnInstaller() - Constructor for class org.wso2.maven.p2.feature.uninstall.FeatureUnInstaller
-
- FeatureUnInstallMojo - Class in org.wso2.maven.p2.feature.uninstall
-
Mojo which will uninstall a given set of carbon features from a product.
- FeatureUnInstallMojo() - Constructor for class org.wso2.maven.p2.feature.uninstall.FeatureUnInstallMojo
-
- FileManagementUtil - Class in org.wso2.maven.p2.utils
-
Util class which handle file manipulation operations.
- FileManagementUtil() - Constructor for class org.wso2.maven.p2.utils.FileManagementUtil
-
- generate() - Method in class org.wso2.maven.p2.feature.generate.FeatureGenerator
-
Generates the Feature.
- generate() - Method in class org.wso2.maven.p2.repository.RepositoryGenerator
-
- GenerateProfileMojo - Class in org.wso2.maven.p2.profile
-
Mojo responsible for generating a profile.
- GenerateProfileMojo() - Constructor for class org.wso2.maven.p2.profile.GenerateProfileMojo
-
- getAdviceFileContent() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getArtifact() - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Returns the actual maven artifact represented by this carbon artifact
- getArtifactId() - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Returns the maven artifact id for the carbon artifact.
- getBundleArtifacts() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- getBundles() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getBundleVersion() - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Returns the OSGI bundle version of the actual artifact represented by this carbon artifact.
- getCategories() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- getCompatibility() - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Returns the compatibility type of this CarbonArtifact.
- getCopyright() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getDependenciesForProject(MavenProject, RepositorySystem, List<ArtifactRepository>, ArtifactRepository) - Static method in class org.wso2.maven.p2.utils.DependencyResolver
-
Resolve the given project dependencies into CarbonArtifact objects.
- getDescription() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getDescription() - Method in class org.wso2.maven.p2.repository.Category
-
- getDestination() - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- getFeatureArtifacts() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- getFeatures() - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- getFeatures() - Method in class org.wso2.maven.p2.repository.Category
-
- getFeatureVersion() - Method in class org.wso2.maven.p2.feature.generate.Feature
-
Returns the Feature version in OSGI format.
- getForkedProcessTimeoutInSeconds() - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- getForkedProcessTimeoutInSeconds() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- getGroupId() - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Returns the maven group id for the carbon artifact.
- getId() - Method in class org.wso2.maven.p2.feature.generate.Feature
-
Returns the feature id represented by this Feature.
- getId() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getId() - Method in class org.wso2.maven.p2.feature.install.Feature
-
Returns the feature id representing this feature.
- getId() - Method in class org.wso2.maven.p2.feature.uninstall.Feature
-
Gets the id of the feature to be uninstalled.
- getId() - Method in class org.wso2.maven.p2.repository.Category
-
- getId() - Method in class org.wso2.maven.p2.repository.CatFeature
-
- getId() - Method in class org.wso2.maven.p2.repository.Feature
-
Returns the feature id represented by this feature.
- getImportFeatures() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getIncludeFeatures() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getLabel() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getLabel() - Method in class org.wso2.maven.p2.repository.Category
-
- getLastIndexOfProperties(File) - Static method in class org.wso2.maven.p2.utils.P2Utils
-
Traverse the given p2Inf file, find the last index of the property entries in the file and returns.
- getLauncher() - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- getLauncher() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- getLicence() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getLicenceUrl() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getLocalRepository() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getLocalRepository() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- getLog() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getLog() - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- getLog() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- getManifest() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getManifestDocument() - Static method in class org.wso2.maven.p2.utils.P2Utils
-
Returns a blank document.
- getMatchRule(String) - Static method in class org.wso2.maven.p2.utils.P2Utils
-
Takes a match string and returns the correct matching string correspond to it
- getName() - Method in class org.wso2.maven.p2.feature.generate.Advice
-
Returns the name of the AdviceFile key.
- getName() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- getOSGIVersion() - Method in class org.wso2.maven.p2.feature.generate.Bundle
-
Returns the OSGi version of the bundle.
- getOSGIVersion(String) - Static method in class org.wso2.maven.p2.utils.BundleUtils
-
Returns the OSGI version for the given artifact version.
- getProcessedFeatures(MavenProject) - Method in class org.wso2.maven.p2.repository.Category
-
- getProfile() - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- getProfileConfigIniFile(String, String) - Static method in class org.wso2.maven.p2.utils.FileManagementUtil
-
For a given location and the profile, returns the File object represented by config.ini
- getProject() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getProject() - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- getProject() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- getProjectHelper() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getProperties() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getPropertyFile() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getPropertyFileInResourceDir() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getProviderName() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getRemoteRepositories() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getRemoteRepositories() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- getRepository() - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- getRepository() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- getRepositoryName() - Method in class org.wso2.maven.p2.repository.RepositoryGenerator
-
- getRepositorySystem() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getRepositorySystem() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- getResolvedArtifact(CarbonArtifact, RepositorySystem, List<ArtifactRepository>, ArtifactRepository) - Static method in class org.wso2.maven.p2.utils.MavenUtils
-
Returns an artifact which represented by a the given CarbonArtifact.
- getSymbolicName() - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Returns the OSGI symbolic name which is in the manifest file of the artifact represented by this
carbon artifact.
- getType() - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Returns the file type of the actual artifact represented by this carbon artifact.
- getValue() - Method in class org.wso2.maven.p2.feature.generate.Advice
-
Returns the value for a give AdviceFile key.
- getVersion() - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Returns the maven version for this artifact.
- getVersion() - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- getVersion() - Method in class org.wso2.maven.p2.feature.install.Feature
-
Returns the version of this feature in OSGI format.
- getVersion() - Method in class org.wso2.maven.p2.feature.uninstall.Feature
-
Gets the version of the feature to be uninstalled.
- getVersion() - Method in class org.wso2.maven.p2.repository.CatFeature
-
- setAdviceFileContent(List<Advice>) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setApplicationName(String) - Method in class org.wso2.maven.p2.utils.P2ApplicationLaunchManager
-
Sets the application name.
- setArchive(boolean) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setArtifact(Artifact) - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Sets the actual maven artifact represented by this carbon artifact
- setArtifactId(String) - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Sets the maven artifact id for the carbon artifact.
- setBundleArtifacts(List<Bundle>) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setBundles(List<Bundle>) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setBundleVersion(String) - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Sets the OSGI bundle version of the actual artifact represented by this carbon artifact.
- setCategories(List) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setCompatibility(String) - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
- setCopyright(String) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setDeleteOldProfileFiles(boolean) - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- setDescription(String) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setDescription(String) - Method in class org.wso2.maven.p2.repository.Category
-
- setDestination(String) - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- setDestination(String) - Method in class org.wso2.maven.p2.feature.uninstall.FeatureUnInstaller
-
- setFeatureArtifacts(List<Feature>) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setFeatures(List<Feature>) - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- setFeatures(List<Feature>) - Method in class org.wso2.maven.p2.feature.uninstall.FeatureUnInstaller
-
- setForkedProcessTimeoutInSeconds(int) - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- setForkedProcessTimeoutInSeconds(int) - Method in class org.wso2.maven.p2.feature.uninstall.FeatureUnInstaller
-
- setForkedProcessTimeoutInSeconds(int) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setGroupId(String) - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Sets the maven group id for the carbon artifact.
- setId(String) - Method in class org.wso2.maven.p2.feature.generate.Feature
-
Sets the feature version for the given feature.
- setId(String) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setId(String) - Method in class org.wso2.maven.p2.feature.install.Feature
-
Sets the feature id.
- setId(String) - Method in class org.wso2.maven.p2.feature.uninstall.Feature
-
Sets the id of the feature to be uninstalled.
- setId(String) - Method in class org.wso2.maven.p2.repository.CatFeature
-
- setId(String) - Method in class org.wso2.maven.p2.repository.Feature
-
Sets the feture id represented by this feature.
- setImportFeatures(List<Feature>) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setIncludeFeatures(List<Feature>) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setLabel(String) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setLauncher(P2ApplicationLauncher) - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- setLauncher(P2ApplicationLauncher) - Method in class org.wso2.maven.p2.feature.uninstall.FeatureUnInstaller
-
- setLauncher(P2ApplicationLauncher) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setLicence(String) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setLicenceUrl(String) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setLocalRepository(ArtifactRepository) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setLocalRepository(ArtifactRepository) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setLog(Log) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setLog(Log) - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- setLog(Log) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setManifest(File) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setName(String) - Method in class org.wso2.maven.p2.feature.generate.Advice
-
Sets the name of the AdviceFile key.
- setName(String) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setOptional(boolean) - Method in class org.wso2.maven.p2.feature.generate.Feature
-
Sets whether this feature is optional or not.
- setProfile(String) - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- setProfile(String) - Method in class org.wso2.maven.p2.feature.uninstall.FeatureUnInstaller
-
- setProject(MavenProject) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setProject(MavenProject) - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- setProject(MavenProject) - Method in class org.wso2.maven.p2.feature.uninstall.FeatureUnInstaller
-
- setProject(MavenProject) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setProjectHelper(MavenProjectHelper) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setProperties(Properties) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setPropertyFile(File) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setProviderName(String) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setRemoteRepositories(List<ArtifactRepository>) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setRemoteRepositories(List<ArtifactRepository>) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setRepository(URL) - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
-
- setRepository(URL) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setRepositorySystem(RepositorySystem) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setRepositorySystem(RepositorySystem) - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
-
- setSymbolicName(String) - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Sets the OSGI symbolic name which is in the manifest file of the artifact represented by this
carbon artifact.
- setType(String) - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Sets the file type(extension) of the actual artifact represented by this carbon artifact.
- setValue(String) - Method in class org.wso2.maven.p2.feature.generate.Advice
-
Sets the value for a give AdviceFile key.
- setVersion(String) - Method in class org.wso2.maven.p2.beans.CarbonArtifact
-
Sets the maven version for this artifact.
- setVersion(String) - Method in class org.wso2.maven.p2.feature.generate.FeatureResourceBundle
-
- setVersion(String) - Method in class org.wso2.maven.p2.feature.install.Feature
-
Sets the version of this feature.
- setVersion(String) - Method in class org.wso2.maven.p2.feature.uninstall.Feature
-
Sets the version of the feature to be uninstalled.
- setVersion(String) - Method in class org.wso2.maven.p2.repository.CatFeature
-
- setWorkingDirectory(File) - Method in class org.wso2.maven.p2.utils.P2ApplicationLaunchManager
-
Sets the working directory of P2Applilcation launcher instance