public class Configuration extends Commentable implements Comparable<Configuration>
Constructor and Description |
---|
Configuration(String pid,
String factoryPid)
Create a new configuration
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Configuration o) |
String |
getFactoryPid()
Return the factory pid
|
String |
getPid()
Get the pid.
|
Dictionary<String,Object> |
getProperties()
Get all properties of the configuration.
|
boolean |
isSpecial()
Is this a special configuration?
|
String |
toString() |
getComment, setComment
getLocation, setLocation
public int compareTo(Configuration o)
compareTo
in interface Comparable<Configuration>
public String getPid()
public String getFactoryPid()
public boolean isSpecial()
public Dictionary<String,Object> getProperties()
public String toString()
toString
in class Commentable
Copyright © 2017 The Apache Software Foundation. All rights reserved.