org.codehaus.gmaven.runtime.support.stubgen.model
Interface ModelFactory

All Known Implementing Classes:
ModelFactorySupport

public interface ModelFactory

Provides factory access to create a SourceDef from a URL.

Version:
$Id$
Author:
Jason Dillon

Method Summary
 SourceDef create(URL input)
           
 SourceDef create(URL input, SourceType type)
           
 SourceDef create(URL input, String encoding)
           
 SourceDef create(URL input, String encoding, SourceType type)
           
 

Method Detail

create

SourceDef create(URL input)
                 throws Exception
Throws:
Exception

create

SourceDef create(URL input,
                 SourceType type)
                 throws Exception
Throws:
Exception

create

SourceDef create(URL input,
                 String encoding)
                 throws Exception
Throws:
Exception

create

SourceDef create(URL input,
                 String encoding,
                 SourceType type)
                 throws Exception
Throws:
Exception


Copyright © 2006-2012 Codehaus. All Rights Reserved.