Jadex 0.941

jadex.util
Class SUtil.ResourceInfo

java.lang.Object
  extended byjadex.util.SUtil.ResourceInfo
Enclosing class:
SUtil

public static class SUtil.ResourceInfo
extends Object

Info for a resource to load.


Constructor Summary
SUtil.ResourceInfo(String filename, InputStream input, long lastmodified)
          Create a new resource info.
 
Method Summary
 String getFilename()
          Get the filename.
 InputStream getInputStream()
          Get the input stream.
 long getLastModified()
          Get the last modified date.
 void setFilename(String filename)
          Set the filename.
 void setInputStream(InputStream input)
          Set the input stream.
 void setLastModified(long lastmodified)
          Set the last modified date
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SUtil.ResourceInfo

public SUtil.ResourceInfo(String filename,
                          InputStream input,
                          long lastmodified)
Create a new resource info.

Method Detail

getFilename

public String getFilename()
Get the filename.

Returns:
The filename.

setFilename

public void setFilename(String filename)
Set the filename.

Parameters:
filename - The filename.

getInputStream

public InputStream getInputStream()
Get the input stream.

Returns:
The input stream.

setInputStream

public void setInputStream(InputStream input)
Set the input stream.

Parameters:
input - The input stream.

getLastModified

public long getLastModified()
Get the last modified date.

Returns:
The last modified date.

setLastModified

public void setLastModified(long lastmodified)
Set the last modified date

Parameters:
lastmodified - The last modified date.

Jadex 0.941

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.