org.pentaho.platform.repository.solution.filebased
Class SolutionRepositoryVfsFileContent
java.lang.Object
  
org.pentaho.platform.repository.solution.filebased.SolutionRepositoryVfsFileContent
public class SolutionRepositoryVfsFileContent
- extends Object
 
 
 
 
SolutionRepositoryVfsFileContent
public SolutionRepositoryVfsFileContent(SolutionRepositoryVfsFileObject fileObject)
getFile
public FileObject getFile()
 
getSize
public long getSize()
             throws FileSystemException
- Throws:
 FileSystemException
 
getLastModifiedTime
public long getLastModifiedTime()
                         throws FileSystemException
- Throws:
 FileSystemException
 
setLastModifiedTime
public void setLastModifiedTime(long arg0)
                         throws FileSystemException
- Throws:
 FileSystemException
 
hasAttribute
public boolean hasAttribute(String attrName)
 
removeAttribute
public void removeAttribute(String attrName)
 
getAttributes
public Map getAttributes()
                  throws FileSystemException
- Throws:
 FileSystemException
 
getAttributeNames
public String[] getAttributeNames()
                           throws FileSystemException
- Throws:
 FileSystemException
 
getAttribute
public Object getAttribute(String arg0)
                    throws FileSystemException
- Throws:
 FileSystemException
 
setAttribute
public void setAttribute(String arg0,
                         Object arg1)
                  throws FileSystemException
- Throws:
 FileSystemException
 
getCertificates
public Certificate[] getCertificates()
                              throws FileSystemException
- Throws:
 FileSystemException
 
getInputStream
public InputStream getInputStream()
                           throws FileSystemException
- Throws:
 FileSystemException
 
getOutputStream
public OutputStream getOutputStream()
                             throws FileSystemException
- Throws:
 FileSystemException
 
getRandomAccessContent
public RandomAccessContent getRandomAccessContent(RandomAccessMode arg0)
                                           throws FileSystemException
- Throws:
 FileSystemException
 
getOutputStream
public OutputStream getOutputStream(boolean arg0)
                             throws FileSystemException
- Throws:
 FileSystemException
 
close
public void close()
           throws FileSystemException
- Throws:
 FileSystemException
 
getContentInfo
public FileContentInfo getContentInfo()
                               throws FileSystemException
- Throws:
 FileSystemException
 
isOpen
public boolean isOpen()