xmlBlaster 2.2.0 API

org.xmlBlaster.util.property
Class Property.FileInfo

java.lang.Object
  extended by org.xmlBlaster.util.property.Property.FileInfo
Enclosing class:
Property

public class Property.FileInfo
extends java.lang.Object


Field Summary
(package private)  java.lang.String fileName
           
(package private)  java.lang.String fullPath
           
(package private)  java.io.InputStream in
           
(package private)  java.lang.String path
           
 
Constructor Summary
Property.FileInfo(java.lang.String fileName)
           
 
Method Summary
 void closeInputStream()
           
 java.lang.String getFullPath()
           
 java.io.InputStream getInputStream()
          You need to call closeInputStream() when finished.
 boolean isLocalDisk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

java.lang.String path

fileName

java.lang.String fileName

fullPath

java.lang.String fullPath

in

java.io.InputStream in
Constructor Detail

Property.FileInfo

Property.FileInfo(java.lang.String fileName)
Method Detail

getFullPath

public java.lang.String getFullPath()

isLocalDisk

public boolean isLocalDisk()

getInputStream

public java.io.InputStream getInputStream()
                                   throws XmlBlasterException
You need to call closeInputStream() when finished.

Throws:
XmlBlasterException

closeInputStream

public void closeInputStream()

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.