org.apache.uima.pear.tools
Class InstallationDescriptor.ComponentInfo
java.lang.Object
org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- InstallationDescriptor
public static class InstallationDescriptor.ComponentInfo
- extends Object
- implements Serializable
The ComponentInfo
class defines UIMA component attributes.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
descFilePath
public String descFilePath
rootDirPath
public String rootDirPath
deploymentType
public String deploymentType
serviceInfo
public InstallationDescriptor.ServiceInfo serviceInfo
networkParams
public Hashtable networkParams
collIteratorDescFilePath
public String collIteratorDescFilePath
casInitializerDescFilePath
public String casInitializerDescFilePath
casConsumerDescFilePath
public String casConsumerDescFilePath
props
public Properties props
InstallationDescriptor.ComponentInfo
public InstallationDescriptor.ComponentInfo(String id)
- Constructor that takes component ID as an argument.
- Parameters:
id
- The given component ID.
getId
public String getId()
- Returns:
- The specified component ID.
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.