Class LogFiles
- java.lang.Object
-
- org.jboss.hal.client.runtime.subsystem.logging.LogFiles
-
public class LogFiles extends Object
Common code used by the finder column and the presenter.
-
-
Constructor Summary
Constructors Constructor Description LogFiles(Dispatcher dispatcher, Environment environment, StatementContext statementContext, Places places)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddownload(String logFile)voiddownload(String logFile, String loggingProfile)voidtail(String name, String loggingProfile, int lines, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)Stringtarget(String name)
-
-
-
Constructor Detail
-
LogFiles
@Inject public LogFiles(Dispatcher dispatcher, Environment environment, StatementContext statementContext, Places places)
-
-
Method Detail
-
download
public void download(String logFile)
-
-