Ignore:
Timestamp:
08/28/10 23:54:43 (21 months ago)
Author:
kasper
Message:

Ticket #382: Improved testing and examples. Added classpath scanning and more to configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/configuration/jaxb/ObjectFactory.java

    r982 r983  
    33// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>  
    44// Any modifications to this file will be lost upon recompilation of the source schema.  
    5 // Generated on: 2010.08.28 at 05:39:24 PM CEST  
     5// Generated on: 2010.08.28 at 11:24:27 PM CEST  
    66// 
    77 
     
    3838 
    3939    /** 
    40      * Create an instance of {@link ConfigurationMetadataType } 
     40     * Create an instance of {@link Configuration } 
    4141     *  
    4242     */ 
    43     public ConfigurationMetadataType createConfigurationMetadataType() { 
    44         return new ConfigurationMetadataType(); 
     43    public Configuration createConfiguration() { 
     44        return new Configuration(); 
     45    } 
     46 
     47    /** 
     48     * Create an instance of {@link ClasspathScannerType.Package } 
     49     *  
     50     */ 
     51    public ClasspathScannerType.Package createClasspathScannerTypePackage() { 
     52        return new ClasspathScannerType.Package(); 
     53    } 
     54 
     55    /** 
     56     * Create an instance of {@link CustomTaskrunnerType } 
     57     *  
     58     */ 
     59    public CustomTaskrunnerType createCustomTaskrunnerType() { 
     60        return new CustomTaskrunnerType(); 
    4561    } 
    4662 
     
    5470 
    5571    /** 
     72     * Create an instance of {@link ConfigurationMetadataType } 
     73     *  
     74     */ 
     75    public ConfigurationMetadataType createConfigurationMetadataType() { 
     76        return new ConfigurationMetadataType(); 
     77    } 
     78 
     79    /** 
     80     * Create an instance of {@link ClasspathScannerType } 
     81     *  
     82     */ 
     83    public ClasspathScannerType createClasspathScannerType() { 
     84        return new ClasspathScannerType(); 
     85    } 
     86 
     87    /** 
    5688     * Create an instance of {@link CompositeDatastoreType } 
    5789     *  
     
    6294 
    6395    /** 
    64      * Create an instance of {@link DatastoreCatalogType } 
     96     * Create an instance of {@link JdbcDatastoreType } 
    6597     *  
    6698     */ 
    67     public DatastoreCatalogType createDatastoreCatalogType() { 
    68         return new DatastoreCatalogType(); 
    69     } 
    70  
    71     /** 
    72      * Create an instance of {@link Configuration } 
    73      *  
    74      */ 
    75     public Configuration createConfiguration() { 
    76         return new Configuration(); 
     99    public JdbcDatastoreType createJdbcDatastoreType() { 
     100        return new JdbcDatastoreType(); 
    77101    } 
    78102 
     
    86110 
    87111    /** 
    88      * Create an instance of {@link CustomTaskrunnerType } 
    89      *  
    90      */ 
    91     public CustomTaskrunnerType createCustomTaskrunnerType() { 
    92         return new CustomTaskrunnerType(); 
    93     } 
    94  
    95     /** 
    96112     * Create an instance of {@link MultithreadedTaskrunnerType } 
    97113     *  
     
    102118 
    103119    /** 
    104      * Create an instance of {@link JdbcDatastoreType } 
     120     * Create an instance of {@link DatastoreCatalogType } 
    105121     *  
    106122     */ 
    107     public JdbcDatastoreType createJdbcDatastoreType() { 
    108         return new JdbcDatastoreType(); 
     123    public DatastoreCatalogType createDatastoreCatalogType() { 
     124        return new DatastoreCatalogType(); 
    109125    } 
    110126 
Note: See TracChangeset for help on using the changeset viewer.