org.gcube.data.tmf.api
Interface Environment

All Superinterfaces:
Serializable

public interface Environment
extends Serializable

An abstraction over the deployment environment of the plugin.

Author:
Fabio Simeoni

Method Summary
 File file(String path)
          Returns a File in an area of the file system reserved to the service.
 

Method Detail

file

File file(String path)
Returns a File in an area of the file system reserved to the service.

Parameters:
path - the file's path relative to the storage root of the service
Returns:
the file


Copyright © 2012. All Rights Reserved.