jadex.model
Class BatchProcessor.FileInfo
java.lang.Object
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.
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. |
filename
public String filename
BatchProcessor.FileInfo
public BatchProcessor.FileInfo(String filename)
- Create a new file info.
- Parameters:
filename
- The absolute filename.
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
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.