|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
org.apache.directory.daemon.installers.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 |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
ReflectionProperties(org.apache.maven.project.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, propertyNames, save, setProperty, store |
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 |
Constructor Detail |
public ReflectionProperties(org.apache.maven.project.MavenProject aProject, boolean escapedBackslashesInFilePath)
Method Detail |
public java.lang.Object get(java.lang.Object key)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |