org.fusesource.web.console.client.common.util
Class LogFile

java.lang.Object
  extended by org.fusesource.web.console.client.common.util.LogFile
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class LogFile
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
LogFile()
           
LogFile(java.lang.String name, java.lang.String filePath)
           
 
Method Summary
 java.lang.String getFilePath()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFile

public LogFile()

LogFile

public LogFile(java.lang.String name,
               java.lang.String filePath)
Method Detail

getFilePath

public java.lang.String getFilePath()

getName

public java.lang.String getName()


Copyright © 2009 FuseSource. All Rights Reserved.