Package org.pentaho.di.resource
Class ResourceDefinition
java.lang.Object
org.pentaho.di.resource.ResourceDefinition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setContent
(String content) void
setFilename
(String filename) void
-
Constructor Details
-
ResourceDefinition
- Parameters:
filename
-content
-
-
-
Method Details
-
getFilename
- Returns:
- the filename
-
setFilename
- Parameters:
filename
- the filename to set
-
getContent
- Returns:
- the content
-
setContent
- Parameters:
content
- the content to set
-
getOrigin
- Returns:
- the origin of the resource as entered by the user. (optional)
-
setOrigin
- Parameters:
origin
- the origin of the resource as entered by the user. (optional)
-