You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by co...@apache.org on 2003/01/21 01:31:05 UTC

cvs commit: jakarta-commons/modeler/src/java/org/apache/commons/modeler/modules ModelerSource.java

costin      2003/01/20 16:31:05

  Added:       modeler/src/java/org/apache/commons/modeler/modules
                        ModelerSource.java
  Log:
  Another round of refactoring ( no 1.0 API should be touched ).
  
  The "source" of descriptor data is now a sort of mbean ( or ant task :-),
  various properties are set and an execute operation is invoked. That is
  a bit more consistent with the spirit of jmx :-)
  
  Revision  Changes    Path
  1.1                  jakarta-commons/modeler/src/java/org/apache/commons/modeler/modules/ModelerSource.java
  
  Index: ModelerSource.java
  ===================================================================
  package org.apache.commons.modeler.modules;
  
  import org.apache.commons.modeler.Registry;
  
  /** Source for descriptor data. More sources can be added.
   *
   */
  public class ModelerSource {
  
      public void loadDescriptors( Registry registry, String location,
                                   String type, Object source)
              throws Exception
      {
          // TODO
      }
  }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>