public interface Resource
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getResource()
Modifier and Type | Method and Description |
---|---|
String |
getDirectory()
Returns the value of the 'Directory' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getExcludes()
Returns the value of the 'Excludes' attribute list.
|
String |
getFiltering()
Returns the value of the 'Filtering' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getIncludes()
Returns the value of the 'Includes' attribute list.
|
String |
getTargetPath()
Returns the value of the 'Target Path' attribute.
|
boolean |
isSetFiltering()
Returns whether the value of the '
Filtering '
attribute is set. |
void |
setDirectory(String value)
Sets the value of the '
Directory ' attribute. |
void |
setFiltering(String value)
Sets the value of the '
Filtering ' attribute. |
void |
setTargetPath(String value)
Sets the value of the '
Target Path '
attribute. |
void |
unsetFiltering()
Unsets the value of the '
Filtering '
attribute. |
String getTargetPath()
setTargetPath(String)
,
PomPackage.getResource_TargetPath()
void setTargetPath(String value)
Target Path
'
attribute. value
- the new value of the 'Target Path' attribute.getTargetPath()
String getFiltering()
"false"
. 3.0.0+ Whether resources are filtered to replace
tokens with parameterised values or not. The values are taken from the <code>properties</code> element
and from the properties in the files listed in the <code>filters</code> element. isSetFiltering()
,
unsetFiltering()
,
setFiltering(String)
,
PomPackage.getResource_Filtering()
void setFiltering(String value)
Filtering
' attribute.
value
- the new value of the 'Filtering' attribute.isSetFiltering()
,
unsetFiltering()
,
getFiltering()
void unsetFiltering()
Filtering
'
attribute. isSetFiltering()
,
getFiltering()
,
setFiltering(String)
boolean isSetFiltering()
Filtering
'
attribute is set. unsetFiltering()
,
getFiltering()
,
setFiltering(String)
String getDirectory()
setDirectory(String)
,
PomPackage.getResource_Directory()
void setDirectory(String value)
Directory
' attribute.
value
- the new value of the 'Directory' attribute.getDirectory()
org.eclipse.emf.common.util.EList<String> getIncludes()
String
.
If the meaning of the 'Includes' attribute list isn't clear, there really should be more of a description here...
PomPackage.getResource_Includes()
org.eclipse.emf.common.util.EList<String> getExcludes()
String
.
If the meaning of the 'Excludes' attribute list isn't clear, there really should be more of a description here...
PomPackage.getResource_Excludes()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.