Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2180 - development/main/metro/context/api/src/main/net/dpml/context

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2180 - development/main/metro/context/api/src/main/net/dpml/context
  • Date: Thu, 31 Mar 2005 01:07:20 -0500

Author: mcconnell AT dpml.net
Date: Thu Mar 31 01:07:18 2005
New Revision: 2180

Modified:

development/main/metro/context/api/src/main/net/dpml/context/ComponentContext.java
Log:
Remove access to working directory and temp directory as these oly make sence
for components running in a one to one relationship with a model. This needs
to be reviewed in the context of identifiable components.

Modified:
development/main/metro/context/api/src/main/net/dpml/context/ComponentContext.java
==============================================================================
---
development/main/metro/context/api/src/main/net/dpml/context/ComponentContext.java
(original)
+++
development/main/metro/context/api/src/main/net/dpml/context/ComponentContext.java
Thu Mar 31 01:07:18 2005
@@ -19,8 +19,8 @@

/**
* <p>
- * The context is the interface through which resources are provided by
- * a container to a component.
+ * The component context is the interface through which a component may
aquire
+ * it's name and partition.
* </p>
*
*
@@ -30,25 +30,6 @@
public interface ComponentContext
{
/**
- * Get the working directory asigned to the component. An implementation
- * is required to return a unique directory per component. The file that
- * is returned does not necesarly need to exist. The working directory
- * shall be the same across multiple sessions.
- *
- * @return the the working directory
- */
- File getWorkingDirectory();
-
- /**
- * Get the temporary directory asigned to the component. An
implementation
- * is required to return a unique directory per component. The file that
- * is returned does not necesarly need to exist.
- *
- * @return the temporary directory
- */
- File getTempDirectory();
-
- /**
* Return the name of the component.
*
* @return the component name



  • svn commit: r2180 - development/main/metro/context/api/src/main/net/dpml/context, mcconnell, 03/30/2005

Archive powered by MHonArc 2.6.24.

Top of Page