Package | Description |
---|---|
com.lightysoft.logmx.mgr |
Package containing abstract classes that Parsers and Managers have to extend
|
Modifier and Type | Method and Description |
---|---|
abstract LogURL |
LogFileManager.getTemplateLogURL()
Called by LogMX to get a template of
LogURL used by this Manager.The returned LogURL can (should) be a static shared instance for better performance. |
Modifier and Type | Method and Description |
---|---|
static String |
LogFileManager.getURLFromLogURL(LogURL pLogURL,
String pURLPattern)
Called by the Manager to construct a string URL from a LogURL and a URL pattern.
|
abstract void |
LogFileManager.init(LogURL pLogURL,
String pURLString)
Called by LogMX to initialize the Manager for the specified resource.
This method should not try to open any resource yet, but should only save URL parameters for further use (resources may be opened later in LogFileManager.prepareForReading() ). |
Copyright © 2017 LightySoft. All rights reserved. [LogMX v6.0.2 (November 20, 2017)]