org.netbeans.lib.cvsclient.command.checkout
Class ModuleListInformation

java.lang.Object
  extended by org.netbeans.lib.cvsclient.command.FileInfoContainer
      extended by 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

Constructor Summary
ModuleListInformation()
           
 
Method Summary
 void addPath(String path)
           
 File getFile()
           
 String getModuleName()
           
 String getModuleStatus()
           
 String getPaths()
           
 String getType()
           
 void setModuleName(String moduleName)
           
 void setModuleStatus(String moduleStatus)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleListInformation

public ModuleListInformation()
Method Detail

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.