| java.lang.Object org.eclipse.pde.internal.build.fetch.COPYFetchTasksFactory
COPYFetchTasksFactory | public class COPYFetchTasksFactory implements IFetchFactory,IPDEBuildConstants(Code) | | An IFetchFactory that fetches features and plugins by
copying from a specific location (id: COPY ).
Map file arguments:
<ROOT_LOCATION>[,<ELEMENT_LOCATION>]
- ROOT_LOCATION
- The ROOT_LOCATION (eg.
/source/eclipse , or
D:/dev/myproduct ) is used as root path to determine the
location to fetch. It can be overwritten via the
fetchTag to fetch from another location (for example, on a different machine).
ELEMENT_LOCATION
A path withing the ROOT_LOCATION (eg.
org.eclipse.sdk-feature/features/org.eclipse.rcp ) to retrive
the element from if it is not within the root. If this is not provided the
default path will be used which simply maps to the element name.
|
Field Summary | |
final public static String | ID |
generateRetrieveElementCall | public void generateRetrieveElementCall(Map entryInfos, IPath destination, IAntScript script)(Code) | | |
generateRetrieveFilesCall | public void generateRetrieveFilesCall(Map entryInfos, IPath destination, String[] files, IAntScript script)(Code) | | |
parseMapFileEntry | public void parseMapFileEntry(String repoSpecificentry, Properties overrideTags, Map entryInfos) throws CoreException(Code) | | |
|
|