Griffon 1.2.0

org.codehaus.griffon.artifacts
[Groovy] Class RemoteArtifactRepository.SimpleUserInfo

java.lang.Object
  org.codehaus.griffon.artifacts.RemoteArtifactRepository.SimpleUserInfo
All Implemented Interfaces:
UserInfo

private static class RemoteArtifactRepository.SimpleUserInfo

Property Summary
String password

String username

 
Constructor Summary
RemoteArtifactRepository.SimpleUserInfo(String username, String password)

 
Method Summary
String getPassphrase()

boolean promptPassphrase(String message)

boolean promptPassword(String message)

boolean promptYesNo(String message)

void showMessage(String message)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

password

final String password


username

final String username


 
Constructor Detail

RemoteArtifactRepository.SimpleUserInfo

RemoteArtifactRepository.SimpleUserInfo(String username, String password)


 
Method Detail

getPassphrase

String getPassphrase()


promptPassphrase

boolean promptPassphrase(String message)


promptPassword

boolean promptPassword(String message)


promptYesNo

boolean promptYesNo(String message)


showMessage

void showMessage(String message)


 

Groovy Documentation