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