|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.transform.stream.StreamSource
com.armatiek.infofuze.source.AbstractStreamSource
com.armatiek.infofuze.source.filesystem.FileSystemSource
com.armatiek.infofuze.source.filesystem.cifs.CIFSSource
public class CIFSSource
JAXP based Source class that can be used to stream an XML representation of files within a CIFS/SMB filesystem.
Field Summary |
---|
Fields inherited from class javax.xml.transform.stream.StreamSource |
---|
FEATURE |
Constructor Summary | |
---|---|
CIFSSource(org.w3c.dom.Element configElem)
|
Method Summary | |
---|---|
FileIf |
getFile(java.lang.String location)
Returns the file on a specific location. |
java.io.Reader |
getInternalReader()
|
Methods inherited from class com.armatiek.infofuze.source.filesystem.FileSystemSource |
---|
getBaseFiles |
Methods inherited from class com.armatiek.infofuze.source.AbstractStreamSource |
---|
afterStreamClosed, close, destroy, getName, getReader, getTransformId, getTransformMode, isAutoReturning, isOpen, open, reset, setAutoReturning, setParameters, setTransformId, setTransformMode |
Methods inherited from class javax.xml.transform.stream.StreamSource |
---|
getInputStream, getPublicId, getSystemId, setInputStream, setPublicId, setReader, setSystemId, setSystemId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CIFSSource(org.w3c.dom.Element configElem)
Method Detail |
---|
public FileIf getFile(java.lang.String location)
FileSystemSource
getFile
in class FileSystemSource
location
- The location of the filepublic java.io.Reader getInternalReader()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |