Package com.netscape.cmscore.util
Class FileAsString
java.lang.Object
com.netscape.cmscore.util.FileAsString
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFileAsString
(String filename) This class enables you to get treat a file as a string If the file changes underneath you, it will automatically be read -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
-
Field Details
-
logger
public static org.slf4j.Logger logger -
mFilename
-
mLastRead
protected long mLastRead
-
-
Constructor Details
-
FileAsString
This class enables you to get treat a file as a string If the file changes underneath you, it will automatically be read- Throws:
IOException
-
-
Method Details
-
fileHasChanged
- Throws:
IOException
-
getAsString
- Throws:
IOException
-
getUserObject
-
setUserObject
-
getFilename
-