|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.naftulin.configmgr.parsers.AbstractConfigEntryParser
public abstract class AbstractConfigEntryParser
Common configuration entry parser class. Used as more of a place-holder for
common functionality. The only method used so far is reading the input stream
.
Constructor Summary | |
---|---|
AbstractConfigEntryParser()
|
Method Summary | |
---|---|
protected java.lang.String |
readStreamContentAsString(java.io.InputStream is)
Returns the content of the input stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.naftulin.configmgr.parsers.ConfigEntryParser |
---|
getConfigurationManagementEntry |
Constructor Detail |
---|
public AbstractConfigEntryParser()
Method Detail |
---|
protected java.lang.String readStreamContentAsString(java.io.InputStream is) throws java.io.IOException
is
- the open, buffered input stream
java.io.IOException
- if the stream could not be read.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |