|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
org.apache.directory.daemon.installers.ReflectionProperties
public class ReflectionProperties
Took this from the maven resource plugin in trunk or else I would have added it as a dep. This can be removed once the 2.2 release of the resource plugin comes out.
| Field Summary | |
|---|---|
(package private) boolean |
escapedBackslashesInFilePath
|
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
ReflectionProperties(MavenProject aProject,
boolean escapedBackslashesInFilePath)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Object key)
|
| Methods inherited from class java.util.Properties |
|---|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
boolean escapedBackslashesInFilePath
| Constructor Detail |
|---|
public ReflectionProperties(MavenProject aProject,
boolean escapedBackslashesInFilePath)
| Method Detail |
|---|
public java.lang.Object get(java.lang.Object key)
get in interface java.util.Map<java.lang.Object,java.lang.Object>get in class java.util.Hashtable<java.lang.Object,java.lang.Object>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||