| java.lang.Object org.eclipse.pde.internal.build.fetch.CVSFetchTaskFactory
CVSFetchTaskFactory | public class CVSFetchTaskFactory implements IFetchFactory(Code) | | An FetchTaskFactory for building fetch scripts that will
fetch content from a CVS repository (id: CVS ).
Map file format:
type@id,[version]=CVS,args
args is a comma-separated list of key/value pairs
Accepted args include:
cvsPassFile - optional password file
cvsRoot - mandatory repo location
password - optional password
path - optional path relative to the cvsRoot
prebuilt - optional boolean value indicating that the entry points to a pre-built bundle in the repository
tag - mandatory CVS tag
|
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) | | |
|
|