public class ConfigurationMetadata extends Object implements Writable
| Constructor and Description | 
|---|
ConfigurationMetadata()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()  | 
Set<String> | 
getExcludes()  | 
Set<String> | 
getIncludes()  | 
String | 
getName()  | 
String | 
getType()  | 
String | 
toString()  | 
void | 
writeTo(Writer out)
Writes this object to the given writer. 
 | 
public String getType()
public String getName()
public String getDescription()
public void writeTo(Writer out) throws IOException
WritablewriteTo in interface Writableout - the Writer to which this Writable should output its data.IOException - if an error occurred while outputting data to the writer