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: ModelFactory.java 18 2009-07-16 09:39:40Z user57 $
- Author:
- Jason Dillon
create
SourceDef create(java.net.URL input)
throws java.lang.Exception
- Throws:
java.lang.Exception
create
SourceDef create(java.net.URL input,
SourceType type)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006-2010 Codehaus. All Rights Reserved.