Uses of Class
org.apache.uima.pear.tools.InstallationDescriptor.ActionInfo

Packages that use InstallationDescriptor.ActionInfo
org.apache.uima.pear.tools The org.apache.uima.pear.tools package 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. 
 

Uses of InstallationDescriptor.ActionInfo in org.apache.uima.pear.tools
 

Methods in org.apache.uima.pear.tools that return types with arguments of type InstallationDescriptor.ActionInfo
 Collection<InstallationDescriptor.ActionInfo> InstallationDescriptor.getInstallationActions()
           
 Collection<InstallationDescriptor.ActionInfo> InstallationDescriptor.getInstallationActions(String actionName)
          Returns the list of specified ActionInfo objects that have a given action name.
 

Methods in org.apache.uima.pear.tools with parameters of type InstallationDescriptor.ActionInfo
 void InstallationDescriptor.addInstallationAction(InstallationDescriptor.ActionInfo action)
          Adds a specified 'installation action' to the list.
protected static void InstallationProcessor.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
InstallationDescriptor.ActionInfo(InstallationDescriptor.ActionInfo anAction)
           
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.