n2n Page Rocket 1 API

n2n\io\managed\impl\engine

­File­Source­Adapter

abstract FileSourceAdapter implements FileSource

All Implemented Interfaces:

SubTypes

Property summary

Modifier and Type Property
protected qualifiedName
protected fileFsPath
protected infoFsPath
protected valid
protected url

Methods summary

Modifier and Type Method
public __construct ( unknown qualifiedName , FsPath fileFsPath , FsPath infoFsPath = null )
public string getQualifiedName ( )
public bool hasFsPath ( )
public FsPath getFsPath ( )
public FsPath getFileFsPath ( )
public FsPath getInfoFsPath ( )
public DateTime|null getLastModified ( )
public string buildHash ( )
public boolean isValid ( )
protected ensureValid ( )
public boolean isHttpaccessible ( )
public InputStream createInputStream ( )
public out ( )
public int getSize ( )
public move ( FsPath fsPath , string filePerm , bool overwrite = false )
public copy ( FsPath fsPath , string filePerm , string overwrite = false )
public delete ( )
public Url getUrl ( )
public setUrl ( Url url )
public boolean isImage ( )
public ImageSource createImageSource ( )

Properties in detail

Methods in detail