public interface ModelFactory
SourceDef
create(URL input)
create(URL input, SourceType type)
create(URL input, String encoding)
create(URL input, String encoding, SourceType type)
SourceDef create(URL input) throws Exception
Exception
SourceDef create(URL input, SourceType type) throws Exception
SourceDef create(URL input, String encoding) throws Exception
SourceDef create(URL input, String encoding, SourceType type) throws Exception
Copyright © 2006–2013 Codehaus. All rights reserved.