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
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.