- MetadataModel<T> - Class in org.netbeans.modules.j2ee.metadata.model.api
-
Encapsulates a generic metadata model.
- MetadataModelAction<T,R> - Interface in org.netbeans.modules.j2ee.metadata.model.api
-
Represents action executed against the model.
- MetadataModelException - Exception in org.netbeans.modules.j2ee.metadata.model.api
-
Signals that an exception has occured while working with
the metadata model.
- MetadataModelException() - Constructor for exception org.netbeans.modules.j2ee.metadata.model.api.MetadataModelException
-
Constructs an MetadataModelException
with null
as its error detail message.
- MetadataModelException(String) - Constructor for exception org.netbeans.modules.j2ee.metadata.model.api.MetadataModelException
-
Constructs an MetadataModelException
with the specified detail message.
- MetadataModelException(Throwable) - Constructor for exception org.netbeans.modules.j2ee.metadata.model.api.MetadataModelException
-
Constructs an MetadataModelException
with the specified cause and a
detail message equal to the localized message (if present) or message of cause
.
- MetadataModelFactory - Class in org.netbeans.modules.j2ee.metadata.model.spi
-
- MetadataModelImplementation<T> - Interface in org.netbeans.modules.j2ee.metadata.model.spi
-
The SPI for MetadataModel
.