Uses of Class
org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
-
Packages that use InstallationDescriptor.ComponentInfo Package Description org.apache.uima.pear.tools Theorg.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.ComponentInfo in org.apache.uima.pear.tools
Methods in org.apache.uima.pear.tools that return types with arguments of type InstallationDescriptor.ComponentInfo Modifier and Type Method Description Hashtable<String,InstallationDescriptor.ComponentInfo>
InstallationDescriptor. getDelegateComponents()
Methods in org.apache.uima.pear.tools with parameters of type InstallationDescriptor.ComponentInfo Modifier and Type Method Description protected static String
InstallationDescriptor. getRelativePathForComponentObject(String absolutePath, InstallationDescriptor.ComponentInfo component)
Constructs a relative path of a given component object, based on its absolute path.
-