Class FileInfo
- java.lang.Object
-
- net.n2oapp.framework.api.register.SourceInfo
-
- net.n2oapp.framework.config.register.FileInfo
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GroovyInfo,XmlInfo
public abstract class FileInfo extends SourceInfo
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringlocalPathprotected Stringuri-
Fields inherited from class net.n2oapp.framework.api.register.SourceInfo
baseSourceClass, id
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()StringgetLocalPath()StringgetUri()-
Methods inherited from class net.n2oapp.framework.api.register.SourceInfo
equals, getBaseSourceClass, getId, getReaderClass, hashCode, toString
-
-
-
-
Constructor Detail
-
FileInfo
public FileInfo()
-
FileInfo
public FileInfo(String id, Class<? extends SourceMetadata> baseSourceClass, String uri, String localPath)
-
-