org.ops4j.pax.runner.platform
Interface LocalSystemFile

All Known Implementing Classes:
LocalSystemFileImpl

public interface LocalSystemFile

A system file reference in local file system.

Since:
0.15.0, October 28, 2007
Author:
Alin Dreghiciu

Method Summary
 java.io.File getFile()
          Returns the file corresponding to the system file.
 SystemFileReference getSystemFileReference()
          Returns the system file reference this file is refering to.
 

Method Detail

getFile

java.io.File getFile()
Returns the file corresponding to the system file.

Returns:
an file

getSystemFileReference

SystemFileReference getSystemFileReference()
Returns the system file reference this file is refering to.

Returns:
the system file reference


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.