|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.File org.dbe.studio.tools.accounting.metering.wizards.PropertiesFile
Field Summary |
Fields inherited from class java.io.File |
pathSeparator, pathSeparatorChar, separator, separatorChar |
Constructor Summary | |
PropertiesFile(java.io.File arg0,
java.lang.String arg1)
|
|
PropertiesFile(java.lang.String arg0)
|
|
PropertiesFile(java.lang.String arg0,
java.lang.String arg1)
|
|
PropertiesFile(java.net.URI arg0)
|
Method Summary | |
int |
compareTo(java.lang.Object arg0)
|
java.lang.String |
getProperty(java.lang.String key)
|
boolean |
isProperty(java.lang.String key)
|
void |
setProperty(java.lang.String key,
java.lang.String value)
|
void |
setPropertys(java.util.Properties filterProperties)
|
Methods inherited from class java.io.File |
canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toString, toURI, toURL |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PropertiesFile(java.lang.String arg0)
public PropertiesFile(java.lang.String arg0, java.lang.String arg1)
public PropertiesFile(java.io.File arg0, java.lang.String arg1)
public PropertiesFile(java.net.URI arg0)
Method Detail |
public int compareTo(java.lang.Object arg0)
public java.lang.String getProperty(java.lang.String key)
public void setProperty(java.lang.String key, java.lang.String value)
public boolean isProperty(java.lang.String key)
public void setPropertys(java.util.Properties filterProperties)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |