donaldp 2002/11/09 19:39:12
Modified: fortress/src/java/org/apache/excalibur/fortress/role
RoleManager.java
Log:
Add in role string
Revision Changes Path
1.2 +3 -1
jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/role/RoleManager.java
Index: RoleManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/role/RoleManager.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RoleManager.java 10 Nov 2002 02:39:50 -0000 1.1
+++ RoleManager.java 10 Nov 2002 03:39:12 -0000 1.2
@@ -60,6 +60,8 @@
*/
public interface RoleManager
{
+ String ROLE = RoleManager.class.getName();
+
/**
* Find the Class for the given shorthand name. If there is no
* correspondence between the class and the shorthand name, the method
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>