public interface Source
| Modifier and Type | Method and Description | 
|---|---|
| byte[] | getContentChecksum()Returns the checksum of the content of the source. | 
| String | getDescription()Gets a description of this source for debugging purposes. | 
| Date | getLastModified()Returns the date when the source was last modified. | 
| SourceElement | getRootElement()Returns the root element of the source. | 
| File | getSourceFile()Returns the source file, if it exists. | 
SourceElement getRootElement() throws SourceException
SourceException - if the source cannot be constructed.String getDescription()
File getSourceFile()
Date getLastModified()
byte[] getContentChecksum()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.