Uses of Class
org.apache.uima.pear.tools.InstallationDescriptor.ActionInfo
-
Packages that use InstallationDescriptor.ActionInfo Package Description org.apache.uima.pear.tools Theorg.apache.uima.pear.toolspackage provides applications and tools that allow installing PEAR packages containing UIMA-compliant components, verifying serviceability of installed components by using UIMA API and browsing PEAR packages.org.apache.uima.tools.pear.merger -
-
Uses of InstallationDescriptor.ActionInfo in org.apache.uima.pear.tools
Fields in org.apache.uima.pear.tools declared as InstallationDescriptor.ActionInfo Modifier and Type Field Description private InstallationDescriptor.ActionInfoInstallationDescriptorHandler. _activeActionFields in org.apache.uima.pear.tools with type parameters of type InstallationDescriptor.ActionInfo Modifier and Type Field Description private java.util.ArrayList<InstallationDescriptor.ActionInfo>InstallationDescriptor. _installationActionsMethods in org.apache.uima.pear.tools that return types with arguments of type InstallationDescriptor.ActionInfo Modifier and Type Method Description java.util.Collection<InstallationDescriptor.ActionInfo>InstallationDescriptor. getInstallationActions()java.util.Collection<InstallationDescriptor.ActionInfo>InstallationDescriptor. getInstallationActions(java.lang.String actionName)Returns the list of specifiedActionInfoobjects that have a given action name.Methods in org.apache.uima.pear.tools with parameters of type InstallationDescriptor.ActionInfo Modifier and Type Method Description voidInstallationDescriptor. addInstallationAction(InstallationDescriptor.ActionInfo action)Adds a specified 'installation action' to the list.protected static voidInstallationProcessor. findAndReplacePath(InstallationDescriptor.ActionInfo action)Performs a specified 'find_and_replace_path' installation action.Constructors in org.apache.uima.pear.tools with parameters of type InstallationDescriptor.ActionInfo Constructor Description ActionInfo(InstallationDescriptor.ActionInfo anAction) -
Uses of InstallationDescriptor.ActionInfo in org.apache.uima.tools.pear.merger
Methods in org.apache.uima.tools.pear.merger that return InstallationDescriptor.ActionInfo Modifier and Type Method Description private static InstallationDescriptor.ActionInfoPMControllerHelper. createEnvAction(java.lang.String envVarName, java.lang.String envVarValue)Creates a 'set_env_variable' action object based on given environment variable name and value.private static InstallationDescriptor.ActionInfoPMControllerHelper. createFileAction(java.lang.String filePath, java.lang.String macroPath)Creates a 'find_and_replace_path' action object based on given file path and 'macro' path, which is used as both the search string and the replacement string.
-