|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Condition | |
|---|---|
| org.eclipse.mtj.api.extension | |
| org.eclipse.mtj.api.preprocessing | |
| org.eclipse.mtj.api.preprocessing.impl | |
| org.eclipse.mtj.api.preprocessing.util | |
| Uses of Condition in org.eclipse.mtj.api.extension |
|---|
| Methods in org.eclipse.mtj.api.extension with parameters of type Condition | |
|---|---|
java.lang.String |
ProprocessingProvider.getCodeTemplate(ActionType actionType,
Condition condition)
Get code template for a given processing condition. |
void |
ProprocessingProvider.process(org.eclipse.core.resources.IFolder sourceFolder,
org.eclipse.core.resources.IFolder targetFolder,
Condition[] conditions,
org.eclipse.core.runtime.IProgressMonitor monitor)
Switch the code blocks on, that follows the given processing conditions, and switches off other ones. |
| Uses of Condition in org.eclipse.mtj.api.preprocessing |
|---|
| Subinterfaces of Condition in org.eclipse.mtj.api.preprocessing | |
|---|---|
interface |
CapabilityCondition
A representation of the model object 'Capability Condition'. |
interface |
FeatureCondition
A representation of the model object 'Feature Condition'. |
| Methods in org.eclipse.mtj.api.preprocessing that return Condition | |
|---|---|
Condition |
PreprocessingFactory.createCondition()
Returns a new object of class 'Condition'. |
| Uses of Condition in org.eclipse.mtj.api.preprocessing.impl |
|---|
| Classes in org.eclipse.mtj.api.preprocessing.impl that implement Condition | |
|---|---|
class |
CapabilityConditionImpl
An implementation of the model object 'Capability Condition'. |
class |
ConditionImpl
An implementation of the model object 'Condition'. |
class |
FeatureConditionImpl
An implementation of the model object 'Feature Condition'. |
| Methods in org.eclipse.mtj.api.preprocessing.impl that return Condition | |
|---|---|
Condition |
PreprocessingFactoryImpl.createCondition()
|
| Uses of Condition in org.eclipse.mtj.api.preprocessing.util |
|---|
| Methods in org.eclipse.mtj.api.preprocessing.util with parameters of type Condition | |
|---|---|
java.lang.Object |
PreprocessingSwitch.caseCondition(Condition object)
Returns the result of interpretting the object as an instance of 'Condition'. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||