org.codehaus.cargo.container.tomcat.internal
Class Tomcat5xEmbedded.MemoryRealm
java.lang.Object
org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.MemoryRealm
- Enclosing class:
- Tomcat5xEmbedded
public final class Tomcat5xEmbedded.MemoryRealm
- extends Object
MemoryRealm wrapper.
Method Summary |
void |
setPathname(File path)
Sets the file to load username/password. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tomcat5xEmbedded.MemoryRealm
public Tomcat5xEmbedded.MemoryRealm()
- Creates a new
Tomcat5xEmbedded.MemoryRealm
.
setPathname
public void setPathname(File path)
- Sets the file to load username/password.
- Parameters:
path
- The user database file.
Copyright © 2004-2012 Codehaus. All Rights Reserved.