org.polliwog.data
Class LogFileInfo

java.lang.Object
  extended by org.polliwog.data.LogFileInfo

public class LogFileInfo
extends java.lang.Object


Constructor Summary
LogFileInfo(java.lang.String u)
           
LogFileInfo(java.net.URL u, int s)
           
 
Method Summary
 int getSize()
           
 java.net.URL getURL()
           
 void setSize(int s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFileInfo

public LogFileInfo(java.lang.String u)
            throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

LogFileInfo

public LogFileInfo(java.net.URL u,
                   int s)
Method Detail

setSize

public void setSize(int s)

getURL

public java.net.URL getURL()

getSize

public int getSize()


  Copyright © 2007 Gary Bentley. All Rights Reserved.