org.codehaus.gmaven.runtime.support.stubgen.model
Interface ModelFactory
- All Known Implementing Classes:
- ModelFactoryImpl, ModelFactoryImpl, 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(URL input)
throws Exception
- Throws:
Exception
create
SourceDef create(URL input,
SourceType type)
throws Exception
- Throws:
Exception
Copyright © 2006-2012 Codehaus. All Rights Reserved.