public class DefaultModel extends Object implements Model
Model
reference implementation.Constructor and Description |
---|
DefaultModel()
Creates a new
DefaultModel instance. |
Modifier and Type | Method and Description |
---|---|
Modules |
getModules() |
protected Module |
getPlatformModule()
Gets the
Module holding platform specifications. |
protected boolean |
isPlatformSpecification(String identifier)
Checks an identifier to identify a valid platform specification.
|
public DefaultModel()
DefaultModel
instance.ModelError
- if no model can be read.readModules()
public Modules getModules()
getModules
in interface Model
protected Module getPlatformModule()
Module
holding platform specifications.Module
holding platform specifications.protected boolean isPlatformSpecification(String identifier)
identifier
- the identifier to check.true
if identifier
identifies a valid platform
specification; false
else.NullPointerException
- if identifier
is null
.Copyright © 2005-2012 jDTAUS. All Rights Reserved.