electric.security.guards.path
Class PathGuards

java.lang.Object
  extended byelectric.security.guards.path.PathGuards
All Implemented Interfaces:
IPathGuards
Direct Known Subclasses:
RegistryGuards

public class PathGuards
extends java.lang.Object
implements IPathGuards

PathGuards.

Author:
webMethods

Constructor Summary
PathGuards()
           
 
Method Summary
 void addGuard(java.lang.String path, IGuard guard)
           
 java.util.Enumeration getGuards(java.lang.String path)
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathGuards

public PathGuards()
Method Detail

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface IPathGuards
Returns:
true if there are no guards, false otherwise.

getGuards

public java.util.Enumeration getGuards(java.lang.String path)
Specified by:
getGuards in interface IPathGuards
Parameters:
path -
Returns:
guards matching the given path.

addGuard

public void addGuard(java.lang.String path,
                     IGuard guard)
Specified by:
addGuard in interface IPathGuards
Parameters:
path -
guard -


copyright© 2001-2004 by webMethods All Rights Reserved.