mcconnell 2002/12/27 08:21:55
Modified: assembly/src/java/org/apache/avalon/assembly/appliance
DefaultAppliance.java
Log:
Added operation to return a custom appliance classname.
Revision Changes Path
1.20 +1 -27
avalon-sandbox/assembly/src/java/org/apache/avalon/assembly/appliance/DefaultAppliance.java
Index: DefaultAppliance.java
===================================================================
RCS file:
/home/cvs/avalon-sandbox/assembly/src/java/org/apache/avalon/assembly/appliance/DefaultAppliance.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- DefaultAppliance.java 23 Dec 2002 00:13:33 -0000 1.19
+++ DefaultAppliance.java 27 Dec 2002 16:21:55 -0000 1.20
@@ -351,21 +351,6 @@
}
/**
- * Return the context directive for the profile. A context directive
- * is declared in a component profile and may contain information
- * unabling the selection of a component implementation class and
- * constructed context values. This information may be used by the
- * the context management framework during creation and population
- * of the of the context supplied to the target component.
- *
- * @return the ContextDirective for the profile.
- */
- //public ContextDirective getContextDirective()
- //{
- // return m_applianceContext.getContextDirective();
- //}
-
- /**
* Return the Parameters to be applied to the appliance.
*
* @return the Parameters for appliance.
@@ -386,16 +371,6 @@
}
/**
- * Return the profile backing the appliance.
- *
- * @return the profile that this appliance is managing
- */
- public Profile getProfile()
- {
- return m_applianceContext.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).
@@ -567,7 +542,6 @@
throw new AssemblyException( error, e );
}
}
-
/**
* Disassemble the appliance.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>