Package com.sodius.mdw.server.launch
Interface GeneratedFile
-
public interface GeneratedFile
Describes a file generated during the launch execution.This interface is not intended to be implemented by clients.
- See Also:
LaunchResult.getGeneratedFiles()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPath()
Returns the symbolic file path of the generated file.Storage
getStorage()
Returns the storage which contains the generated content.
-
-
-
Method Detail
-
getPath
String getPath()
Returns the symbolic file path of the generated file. This is the path as generated by the text template 'file' tag. This method shall not be used to retrieve the file content.- Returns:
- the symbolic file path of the generated file.
-
getStorage
Storage getStorage()
Returns the storage which contains the generated content.- Returns:
- the storage which contains the generated content.
-
-