|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICopyRule
Base interface for Pluggable Plugin Copy Rule A copy rule is a global rule that is capabable of copying files/directories from either the containing plugin or the current project to a specified directory location.
| Field Summary | |
|---|---|
static int |
FROM_PLUGIN
|
static int |
FROM_PROJECT
|
| Method Summary | |
|---|---|
int |
getCopyFrom()
Gets the value of the copyFrom |
java.lang.String |
getFilesetMatch()
Returns the fileset match String for this copy rule. |
java.lang.String |
getToDirectory()
Gets the directory that this rule is going to copy to. |
void |
setCopyFrom(int from)
Sets the copy from. |
void |
setFilesetMatch(java.lang.String filesetMatch)
Set the fileset match. |
void |
setToDirectory(java.lang.String toDirectory)
Sets the directory to copy to, relative to target generation directory |
| Methods inherited from interface org.eclipse.tigerstripe.workbench.plugins.IRule |
|---|
getDescription, getLabel, getName, getType, isEnabled, setDescription, setEnabled, setName |
| Field Detail |
|---|
static final int FROM_PLUGIN
static final int FROM_PROJECT
| Method Detail |
|---|
void setToDirectory(java.lang.String toDirectory)
toDirectory - java.lang.String getToDirectory()
void setCopyFrom(int from)
FROM_PLUGIN or
FROM_PROJECT
from - int getCopyFrom()
void setFilesetMatch(java.lang.String filesetMatch)
filesetMatch - java.lang.String getFilesetMatch()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||