public class Configuration extends Commentable implements java.lang.Comparable<Configuration>
| Constructor and Description | 
|---|
| Configuration(java.lang.String pid,
             java.lang.String factoryPid)Create a new configuration | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(Configuration o) | 
| java.lang.String | getFactoryPid()Return the factory pid | 
| java.lang.String | getPid()Get the pid. | 
| java.util.Dictionary<java.lang.String,java.lang.Object> | getProperties()Get all properties of the configuration. | 
| boolean | isSpecial()Is this a special configuration? | 
| java.lang.String | toString() | 
getComment, setCommentgetLocation, setLocationpublic Configuration(java.lang.String pid,
                     java.lang.String factoryPid)
pid - The pid or alias for a factory pidfactoryPid - The factory pidpublic int compareTo(Configuration o)
compareTo in interface java.lang.Comparable<Configuration>public java.lang.String getPid()
public java.lang.String getFactoryPid()
public boolean isSpecial()
public java.util.Dictionary<java.lang.String,java.lang.Object> getProperties()
public java.lang.String toString()
toString in class CommentableCopyright © 2018 The Apache Software Foundation. All rights reserved.