public final class SpecFactory extends RegistryReader<SpecFactory.Report>
Modifier and Type | Class and Description |
---|---|
class |
SpecFactory.Report |
Modifier and Type | Method and Description |
---|---|
Spec |
create(File specFile) |
Spec |
create(SpecFactory.Report report) |
Spec |
create(String extensionIdentifier) |
static SpecFactory |
instance() |
void |
resolve(Spec master) |
addExtension, delegates, removeExtension
public static final SpecFactory instance()
public Spec create(SpecFactory.Report report) throws IOException
IOException
public Spec create(String extensionIdentifier) throws IOException
IOException
public Spec create(File specFile) throws IOException
IOException
public void resolve(Spec master) throws IOException
IOException