Skip navigation links
C E G H K L O P S T 

C

cookCommentLine(String) - Static method in class org.fedorahosted.openprops.Properties
 

E

equals(Object) - Method in class org.fedorahosted.openprops.Properties
 

G

getComment(String) - Method in class org.fedorahosted.openprops.Properties
Returns the comment for the specified key, or null if there is none.
getFooterComment() - Method in class org.fedorahosted.openprops.Properties
 
getLineNumber(String) - Method in class org.fedorahosted.openprops.Properties
 
getProperty(String) - Method in class org.fedorahosted.openprops.Properties
Searches for the property with the specified key in this property list.
getProperty(String, String) - Method in class org.fedorahosted.openprops.Properties
Searches for the property with the specified key in this property list.
getRawComment(String) - Method in class org.fedorahosted.openprops.Properties
Returns the "raw" comment for the specified key, or null if there is none.
getRawFooterComment() - Method in class org.fedorahosted.openprops.Properties
 

H

hashCode() - Method in class org.fedorahosted.openprops.Properties
 

K

keySet() - Method in class org.fedorahosted.openprops.Properties
Returns the set of property keys.

L

list(PrintStream) - Method in class org.fedorahosted.openprops.Properties
Prints this property list out to the specified output stream.
list(PrintWriter) - Method in class org.fedorahosted.openprops.Properties
Prints this property list out to the specified output stream.
load(Reader) - Method in class org.fedorahosted.openprops.Properties
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
load(InputStream) - Method in class org.fedorahosted.openprops.Properties
Reads a property list (key and element pairs) from the input byte stream.
loadFromXML(InputStream) - Method in class org.fedorahosted.openprops.Properties
Loads all of the properties represented by the XML document on the specified input stream into this properties table.

O

org.fedorahosted.openprops - package org.fedorahosted.openprops
 

P

Properties - Class in org.fedorahosted.openprops
The Properties class represents a persistent set of properties.
Properties() - Constructor for class org.fedorahosted.openprops.Properties
Creates an empty property list with no default values.
propertyNames() - Method in class org.fedorahosted.openprops.Properties
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.

S

setComment(String, String) - Method in class org.fedorahosted.openprops.Properties
Sets the comment for the specified key.
setFooterComment(String) - Method in class org.fedorahosted.openprops.Properties
 
setProperty(String, String) - Method in class org.fedorahosted.openprops.Properties
Calls the Hashtable method put.
setRawComment(String, String) - Method in class org.fedorahosted.openprops.Properties
Sets the "raw" comment for the specified key.
setRawFooterComment(String) - Method in class org.fedorahosted.openprops.Properties
 
size() - Method in class org.fedorahosted.openprops.Properties
 
store(Writer, String) - Method in class org.fedorahosted.openprops.Properties
Writes this property list (key and element pairs) in this Properties table to the output character stream in a format suitable for using the load(Reader) method.
store(OutputStream, String) - Method in class org.fedorahosted.openprops.Properties
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load(InputStream) method.
storeToXML(OutputStream, String) - Method in class org.fedorahosted.openprops.Properties
Emits an XML document representing all of the properties contained in this table.
storeToXML(OutputStream, String, String) - Method in class org.fedorahosted.openprops.Properties
Emits an XML document representing all of the properties contained in this table, using the specified encoding.
stringPropertyNames() - Method in class org.fedorahosted.openprops.Properties
Returns a set of keys in this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.

T

toString() - Method in class org.fedorahosted.openprops.Properties
 
C E G H K L O P S T 
Skip navigation links

Copyright © 2014. All rights reserved.