public interface ResourceCreationTask extends SetupTask
The following features are supported:
SetupPackage.getResourceCreationTask()
PRIORITY_CONFIGURATION, PRIORITY_DEFAULT, PRIORITY_EARLY, PRIORITY_INSTALLATION, PRIORITY_LATE, PRIORITY_REDIRECTION
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns the value of the 'Content' attribute.
|
String |
getEncoding()
Returns the value of the 'Encoding' attribute.
|
String |
getTargetURL()
Returns the value of the 'Target URL' attribute.
|
void |
setContent(String value)
Sets the value of the '
Content ' attribute. |
void |
setEncoding(String value)
Sets the value of the '
Encoding ' attribute. |
void |
setTargetURL(String value)
Sets the value of the '
Target URL ' attribute. |
consolidate, dispose, getDescription, getExcludedTriggers, getID, getOverrideToken, getPredecessors, getPriority, getRestrictions, getScope, getScopeType, getSuccessors, getTriggers, getValidTriggers, isDisabled, isNeeded, overrideFor, perform, requires, setDescription, setDisabled, setExcludedTriggers, setID
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
String getContent()
If the meaning of the 'Content' attribute isn't clear, there really should be more of a description here...
setContent(String)
,
SetupPackage.getResourceCreationTask_Content()
void setContent(String value)
Content
' attribute.
value
- the new value of the 'Content' attribute.getContent()
String getTargetURL()
If the meaning of the 'Target URL' attribute isn't clear, there really should be more of a description here...
setTargetURL(String)
,
SetupPackage.getResourceCreationTask_TargetURL()
void setTargetURL(String value)
Target URL
' attribute.
value
- the new value of the 'Target URL' attribute.getTargetURL()
String getEncoding()
If the meaning of the 'Encoding' attribute isn't clear, there really should be more of a description here...
setEncoding(String)
,
SetupPackage.getResourceCreationTask_Encoding()
void setEncoding(String value)
Encoding
' attribute.
value
- the new value of the 'Encoding' attribute.getEncoding()
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html