Jadex 0.96-beta1

jadex.model
Class BatchProcessor.FileInfo

java.lang.Object
  extended by jadex.model.BatchProcessor.FileInfo
Direct Known Subclasses:
BatchProcessor.AgentInfo, BatchProcessor.CapabilityInfo, BatchProcessor.DirectoryInfo, BatchProcessor.PropertiesInfo
Enclosing class:
BatchProcessor

public abstract static class BatchProcessor.FileInfo
extends Object

Struct for saving file info.


Field Summary
 String filename
           
 
Constructor Summary
BatchProcessor.FileInfo(String filename)
          Create a new file info.
 
Method Summary
 boolean equals(Object obj)
          Check if two file infos are equal (i.e. pointing to the same file).
 int hashCode()
          Generate a hash code for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

public String filename
Constructor Detail

BatchProcessor.FileInfo

public BatchProcessor.FileInfo(String filename)
Create a new file info.

Parameters:
filename - The absolute filename.
Method Detail

equals

public boolean equals(Object obj)
Check if two file infos are equal (i.e. pointing to the same file).

Overrides:
equals in class Object

hashCode

public int hashCode()
Generate a hash code for this object.

Overrides:
hashCode in class Object

Jadex 0.96-beta1

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-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.