org.dbe.studio.tools.accounting.metering.wizards
Class PropertiesFile

java.lang.Object
  extended byjava.io.File
      extended byorg.dbe.studio.tools.accounting.metering.wizards.PropertiesFile
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class PropertiesFile
extends java.io.File

See Also:
Serialized Form

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

PropertiesFile

public PropertiesFile(java.lang.String arg0)

PropertiesFile

public PropertiesFile(java.lang.String arg0,
                      java.lang.String arg1)

PropertiesFile

public PropertiesFile(java.io.File arg0,
                      java.lang.String arg1)

PropertiesFile

public PropertiesFile(java.net.URI arg0)
Method Detail

compareTo

public int compareTo(java.lang.Object arg0)

getProperty

public java.lang.String getProperty(java.lang.String key)

setProperty

public void setProperty(java.lang.String key,
                        java.lang.String value)

isProperty

public boolean isProperty(java.lang.String key)

setPropertys

public void setPropertys(java.util.Properties filterProperties)


Copyright © 2004-2005 Digital Business Ecosystem. All Rights Reserved.