mcconnell 2002/12/27 08:20:59
Modified: assembly/src/java/org/apache/avalon/assembly/appliance
Appliance.java
Log:
Removed exposure of the underlying profile.
Revision Changes Path
1.16 +3 -9
avalon-sandbox/assembly/src/java/org/apache/avalon/assembly/appliance/Appliance.java
Index: Appliance.java
===================================================================
RCS file:
/home/cvs/avalon-sandbox/assembly/src/java/org/apache/avalon/assembly/appliance/Appliance.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Appliance.java 23 Dec 2002 00:13:33 -0000 1.15
+++ Appliance.java 27 Dec 2002 16:20:59 -0000 1.16
@@ -113,12 +113,6 @@
Type getType();
/**
- * Return the profile backing the appliance.
- * @return the profile that this appliance is managing
- */
- Profile getProfile();
-
- /**
* Return the activation policy for the component. If TRUE, activation
* will occur at startup. If false, activation will be deferred to
* the first lookup invocation if any (i.e. lazy activation).
@@ -230,12 +224,12 @@
* Assemble the appliance.
* @exception AssemblyException if an error occurs during appliance assembly
*/
- public void assemble() throws AssemblyException;
+ void assemble() throws AssemblyException;
/**
* Disassemble the appliance.
*/
- public void disassemble();
+ void disassemble();
/**
* Creation of a instance of the component type managed by the appliance
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>