cvs commit: spice/sandbox/metaclass/src/java/org/realityforge/metaclass/tools/compiler ClassDescriptorCompiler.java

Peter Donald <[email protected]>
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
donaldp     03/10/29 00:27:50

  Modified:    sandbox/metaclass/src/java/org/realityforge/metaclass/tools/compiler
                        ClassDescriptorCompiler.java
  Log:
  Make extension accessible to outside world
  
  Revision  Changes    Path
  1.11      +11 -1     spice/sandbox/metaclass/src/java/org/realityforge/metaclass/tools/compiler/ClassDescriptorCompiler.java
  
  Index: ClassDescriptorCompiler.java
  ===================================================================
  RCS file: /cvsroot/spice/spice/sandbox/metaclass/src/java/org/realityforge/metaclass/tools/compiler/ClassDescriptorCompiler.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ClassDescriptorCompiler.java	28 Oct 2003 08:11:53 -0000	1.10
  +++ ClassDescriptorCompiler.java	29 Oct 2003 08:27:50 -0000	1.11
  @@ -33,7 +33,7 @@
    * Java Source files with qdox.
    *
    * @author <a href="mailto:peter at realityforge.org">Peter Donald</a>
  - * @version $Revision: 1.10 $ $Date: 2003/10/28 08:11:53 $
  + * @version $Revision: 1.11 $ $Date: 2003/10/29 08:27:50 $
    */
   public class ClassDescriptorCompiler
   {
  @@ -179,6 +179,16 @@
       public MetaClassIO getMetaClassIO()
       {
           return m_metaClassIO;
  +    }
  +
  +    /**
  +     * Return the file extension used when generating file descriptors.
  +     *
  +     * @return the file extension used when generating file descriptors.
  +     */
  +    public String getExtension()
  +    {
  +        return m_extension;
       }
   
       /**
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.