org.netbeans.lib.cvsclient.command.checkout
Class ModuleListInformation
java.lang.Object
org.netbeans.lib.cvsclient.command.FileInfoContainer
org.netbeans.lib.cvsclient.command.checkout.ModuleListInformation
public class ModuleListInformation
- extends FileInfoContainer
Object containing information about various modules defined in the repository.
Is parsed from the output of cvs checkout -c and cvs checkout -s.
- Author:
- Milos Kleint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleListInformation
public ModuleListInformation()
getModuleName
public String getModuleName()
setModuleName
public void setModuleName(String moduleName)
getModuleStatus
public String getModuleStatus()
setModuleStatus
public void setModuleStatus(String moduleStatus)
getPaths
public String getPaths()
addPath
public void addPath(String path)
getFile
public File getFile()
- Specified by:
getFile
in class FileInfoContainer
getType
public String getType()
setType
public void setType(String type)
Copyright © 2011. All Rights Reserved.