Interface LogViewerResource.Source
-
- Enclosing class:
- LogViewerResource
protected static interface LogViewerResource.SourceRepresents the data source of this text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists()longlength()org.glassfish.admin.rest.resources.custom.LogViewerResource.Sessionopen()
-
-
-
Method Detail
-
open
org.glassfish.admin.rest.resources.custom.LogViewerResource.Session open() throws IOException- Throws:
IOException
-
length
long length()
-
exists
boolean exists()
-
-