Skip navigation links
A B C D E F G I M O P R S T U Z 

A

addArgumentsToInstallFeatures(String, String, String, String) - Method in class org.wso2.maven.p2.utils.P2ApplicationLaunchManager
Sets the P2ApplicationLauncher's arguments to install features.
addArgumentsToUnInstallFeatures(String, String, String) - Method in class org.wso2.maven.p2.utils.P2ApplicationLaunchManager
Sets the P2ApplicationLauncher's arguments to uninstall features.
addGenerateProfileArguments(URL, String, String, URL) - Method in class org.wso2.maven.p2.utils.P2ApplicationLaunchManager
Sets the P2ApplicationLauncher's arguments and configure it to generate a profile.
addPublishProductArguments(URL, File, String) - Method in class org.wso2.maven.p2.utils.P2ApplicationLaunchManager
Sets the P2ApplicationLauncher's arguments and configure it to publish a give product.
addRepoGenerationArguments(String, String, String) - Method in class org.wso2.maven.p2.utils.P2ApplicationLaunchManager
Sets the P2ApplicationLauncher's arguments to generate P2 repository.
addUpdateRepoWithCategoryArguments(String, String) - Method in class org.wso2.maven.p2.utils.P2ApplicationLaunchManager
Sets the P2ApplicationLauncher's arguments and configure it to categorizing a set of Installable Units in a given repository.
Advice - Class in org.wso2.maven.p2.feature.generate
Bean class to represent an AdviceFile Entry.
Advice() - Constructor for class org.wso2.maven.p2.feature.generate.Advice
 

B

Bundle - Class in org.wso2.maven.p2.feature.generate
Bean class representing a Bundle object provided as an input param to FeatureGenMojo.
Bundle() - Constructor for class org.wso2.maven.p2.feature.generate.Bundle
 
Bundle - Class in org.wso2.maven.p2.repository
Bean class representing a Bundle object provided as an input param to RepositoryGeneratorMojo.
Bundle() - Constructor for class org.wso2.maven.p2.repository.Bundle
 
BundleUtils - Class in org.wso2.maven.p2.utils
Utility class composed of utility methods pertaining to a Bundles.
BundleUtils() - Constructor for class org.wso2.maven.p2.utils.BundleUtils
 

C

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.

D

DEFAULT_PROFILE_ID - Static variable in class org.wso2.maven.p2.utils.P2Constants
 
deleteDirectories(File) - Static method in class org.wso2.maven.p2.utils.FileManagementUtil
Delete a given directory.
DependencyResolver - Class in org.wso2.maven.p2.utils
DependencyResolver takes MavenProject object and resolve all the maven dependencies in the maven project into internal bean representations.
DependencyResolver() - Constructor for class org.wso2.maven.p2.utils.DependencyResolver
 

E

execute() - Method in class org.wso2.maven.p2.feature.generate.FeatureGeneratorMojo
 
execute() - Method in class org.wso2.maven.p2.feature.install.FeatureInstallMojo
 
execute() - Method in class org.wso2.maven.p2.feature.uninstall.FeatureUnInstallMojo
 
execute() - Method in class org.wso2.maven.p2.product.PublishProductMojo
 
execute() - Method in class org.wso2.maven.p2.profile.GenerateProfileMojo
 
execute() - Method in class org.wso2.maven.p2.repository.RepositoryGeneratorMojo
Overridden method, which will be picked up by maven execution context and execute when this mojo is referred.

F

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
 

G

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
 

I

install() - Method in class org.wso2.maven.p2.feature.install.FeatureInstaller
Performs the installation operation.
isArchive() - Method in class org.wso2.maven.p2.repository.RepositoryResourceBundle
 
isDeleteOldProfileFiles() - Method in class org.wso2.maven.p2.feature.install.FeatureInstallResourceBundle
 
isMatchString(String) - Static method in class org.wso2.maven.p2.utils.P2Utils
 
isOptional() - Method in class org.wso2.maven.p2.feature.generate.Feature
Returns whether this particular feature is optional or not.
isPatch(String) - Static method in class org.wso2.maven.p2.utils.P2Utils
Returns whether the given matching string matches the patch matching rule.

M

MavenUtils - Class in org.wso2.maven.p2.utils
Util class responsible for resolving maven artifacts.
MavenUtils() - Constructor for class org.wso2.maven.p2.utils.MavenUtils
 
MissingRequiredPropertyException - Exception in org.wso2.maven.p2.exceptions
MissingRequiredPropertyException is thrown if required property keys are missing when generating a carbon feature.
MissingRequiredPropertyException(String) - Constructor for exception org.wso2.maven.p2.exceptions.MissingRequiredPropertyException
Constructs the MissingRequiredPropertyException.

O

org.wso2.maven.p2.beans - package org.wso2.maven.p2.beans
 
org.wso2.maven.p2.exceptions - package org.wso2.maven.p2.exceptions
 
org.wso2.maven.p2.feature.generate - package org.wso2.maven.p2.feature.generate
 
org.wso2.maven.p2.feature.generate.utils - package org.wso2.maven.p2.feature.generate.utils
 
org.wso2.maven.p2.feature.install - package org.wso2.maven.p2.feature.install
 
org.wso2.maven.p2.feature.uninstall - package org.wso2.maven.p2.feature.uninstall
 
org.wso2.maven.p2.product - package org.wso2.maven.p2.product
 
org.wso2.maven.p2.profile - package org.wso2.maven.p2.profile
 
org.wso2.maven.p2.repository - package org.wso2.maven.p2.repository
 
org.wso2.maven.p2.utils - package org.wso2.maven.p2.utils
 

P

P2ApplicationLaunchManager - Class in org.wso2.maven.p2.utils
Wrapper class containing P2ApplicationLauncher which makes configuring the P2ApplicationLauncher easier.
P2ApplicationLaunchManager(P2ApplicationLauncher) - Constructor for class org.wso2.maven.p2.utils.P2ApplicationLaunchManager
The constructor which initializes this class.
P2Constants - Class in org.wso2.maven.p2.utils
Contains P2 related constants.
P2Constants() - Constructor for class org.wso2.maven.p2.utils.P2Constants
 
P2Utils - Class in org.wso2.maven.p2.utils
The class contains operations related to Categories, which is out of the scope for current set of tasks.
P2Utils() - Constructor for class org.wso2.maven.p2.utils.P2Utils
 
performAction(int) - Method in class org.wso2.maven.p2.utils.P2ApplicationLaunchManager
Generate/update the repository.
project - Variable in class org.wso2.maven.p2.product.PublishProductMojo
 
project - Variable in class org.wso2.maven.p2.profile.GenerateProfileMojo
 
PropertyReplacer - Class in org.wso2.maven.p2.utils
Util class which get the property variable of the form ${variable} to actual value.
PropertyReplacer() - Constructor for class org.wso2.maven.p2.utils.PropertyReplacer
 
PublishProductMojo - Class in org.wso2.maven.p2.product
Publish a given product using the .product file to the repository.
PublishProductMojo() - Constructor for class org.wso2.maven.p2.product.PublishProductMojo
 

R

replaceProjectKeysInVersion(MavenProject) - Method in class org.wso2.maven.p2.repository.CatFeature
 
replaceProperties(String, Properties) - Static method in class org.wso2.maven.p2.utils.PropertyReplacer
When a property is encountered in ${variable} form, traverse through the given Properties collection and update it to the actual value.
RepositoryGenerator - Class in org.wso2.maven.p2.repository
RepositoryGenerator takes parameters from the pom.xml and generates the repository.
RepositoryGenerator(RepositoryResourceBundle) - Constructor for class org.wso2.maven.p2.repository.RepositoryGenerator
 
RepositoryGeneratorMojo - Class in org.wso2.maven.p2.repository
Write environment information for the current build to file.
RepositoryGeneratorMojo() - Constructor for class org.wso2.maven.p2.repository.RepositoryGeneratorMojo
 
RepositoryResourceBundle - Class in org.wso2.maven.p2.repository
Bean class containing all the parameters entered to the mojo through plugin configuration.
RepositoryResourceBundle() - Constructor for class org.wso2.maven.p2.repository.RepositoryResourceBundle
 

S

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

T

toOSGIString() - Method in class org.wso2.maven.p2.feature.generate.Bundle
Returns the OSGi content in a string format.

U

uninstallFeatures() - Method in class org.wso2.maven.p2.feature.uninstall.FeatureUnInstaller
default constructor which is executed during object creation of this class.
unzip(File, File) - Static method in class org.wso2.maven.p2.utils.FileManagementUtil
Unzip a given archive to a given destination

Z

zipFolder(String, String, Log) - Static method in class org.wso2.maven.p2.utils.FileManagementUtil
Zip a give folder to a give output zip file.
A B C D E F G I M O P R S T U Z 
Skip navigation links

Copyright © 2015 WSO2. All rights reserved.