Drools :: Eclipse :: Guvnor tools 6.2.0.Beta1

org.guvnor.tools.wizards
Class GuvWizardModel

java.lang.Object
  extended by org.guvnor.tools.wizards.GuvWizardModel

public class GuvWizardModel
extends Object

Container for Guvnor connection details.


Constructor Summary
GuvWizardModel()
           
 
Method Summary
 String getPassword()
           
 String getRepLocation()
           
 List<String> getResources()
           
 String getTargetLocation()
           
 String getUsername()
           
 String getVersion()
           
 void setCreateNewRep(boolean createNewRep)
           
 void setPassword(String password)
           
 void setRepLocation(String repLocation)
           
 void setResources(List<String> resources)
           
 void setSaveAuthInfo(boolean saveAuthInfo)
           
 void setTargetLocation(String targetLocation)
           
 void setUsername(String username)
           
 void setVersion(String version)
           
 boolean shouldCreateNewRep()
           
 boolean shouldSaveAuthInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuvWizardModel

public GuvWizardModel()
Method Detail

getRepLocation

public String getRepLocation()

setRepLocation

public void setRepLocation(String repLocation)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

shouldCreateNewRep

public boolean shouldCreateNewRep()

setCreateNewRep

public void setCreateNewRep(boolean createNewRep)

getTargetLocation

public String getTargetLocation()

setTargetLocation

public void setTargetLocation(String targetLocation)

shouldSaveAuthInfo

public boolean shouldSaveAuthInfo()

setSaveAuthInfo

public void setSaveAuthInfo(boolean saveAuthInfo)

getResources

public List<String> getResources()

setResources

public void setResources(List<String> resources)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

Drools :: Eclipse :: Guvnor tools 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.