Skip navigation links
ShrinkWrap Descriptors API Base 2.0.0
A C D E F G I M O R T U 

A

addDefaultNamespaces() - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorNamespace
Adds the default namespaces as defined in the specification.
addNamespace(String, String) - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorNamespace
Adds a new namespace.

C

Child<T> - Interface in org.jboss.shrinkwrap.descriptor.api
Represents a child element in a hierarchial Descriptor structure capable of navigating up a level to its parent
CommonExtends - Annotation Type in org.jboss.shrinkwrap.descriptor.api
 
create(Class<T>) - Static method in class org.jboss.shrinkwrap.descriptor.api.Descriptors
Creates a new Descriptor instance; the predefined default descriptor name for this type will be used.
create(Class<T>, String) - Static method in class org.jboss.shrinkwrap.descriptor.api.Descriptors
Creates a new named Descriptor instance.

D

Descriptor - Interface in org.jboss.shrinkwrap.descriptor.api
End-user domain-specific language (DSL) view of a metadata Descriptor.
DescriptorExporter<T extends Descriptor> - Interface in org.jboss.shrinkwrap.descriptor.api
An entity capable of exporting a Descriptor to an OutputStream.
DescriptorExportException - Exception in org.jboss.shrinkwrap.descriptor.api
Exception used by the DescriptorExporter on Export problems.
DescriptorExportException(String, Throwable) - Constructor for exception org.jboss.shrinkwrap.descriptor.api.DescriptorExportException
 
DescriptorImporter<T extends Descriptor> - Interface in org.jboss.shrinkwrap.descriptor.api
A type capable of importing a Descriptor from some existing source like a stream of bytes or File
DescriptorImportException - Exception in org.jboss.shrinkwrap.descriptor.api
Exception used by the DescriptorImporter on import problems.
DescriptorImportException(String, Throwable) - Constructor for exception org.jboss.shrinkwrap.descriptor.api.DescriptorImportException
 
DescriptorImportException(String) - Constructor for exception org.jboss.shrinkwrap.descriptor.api.DescriptorImportException
 
DescriptorNamespace<T> - Interface in org.jboss.shrinkwrap.descriptor.api
 
Descriptors - Class in org.jboss.shrinkwrap.descriptor.api
Main entry point into the ShrinkWrap Descriptors project.

E

exportAsString() - Method in interface org.jboss.shrinkwrap.descriptor.api.Descriptor
Exports the descriptor as a String
exportTo(OutputStream) - Method in interface org.jboss.shrinkwrap.descriptor.api.Descriptor
Export the descriptor to a given OutputStream.

F

from(File) - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorImporter
Deprecated.
from(InputStream) - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorImporter
from(InputStream, boolean) - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorImporter
from(String) - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorImporter
Deprecated.
fromFile(File) - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorImporter
Creates a new Descriptor from the given input file
fromFile(String) - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorImporter
Creates a new Descriptor from the given input file path
fromStream(InputStream) - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorImporter
Creates a new Descriptor from the given input stream, closing the specified stream when done, if applicable for the given input stream implementation.
fromStream(InputStream, boolean) - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorImporter
Creates a new Descriptor from the given input
fromString(String) - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorImporter
Creates a new Descriptor from the given input XML data String

G

getDescriptorName() - Method in interface org.jboss.shrinkwrap.descriptor.api.Descriptor
Get the Descriptor name.
getNamespaces() - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorNamespace
Returns all existing namespaces.

I

Immutable<MUTABLEVIEW extends Mutable<IMMUTABLEVIEW,MUTABLEVIEW>,IMMUTABLEVIEW extends Immutable<MUTABLEVIEW,IMMUTABLEVIEW>> - Interface in org.jboss.shrinkwrap.descriptor.api
A read-only view which supports conversion to a Mutable view.
importAs(Class<T>) - Static method in class org.jboss.shrinkwrap.descriptor.api.Descriptors
Returns a new DescriptorImporter instance, ready to import as a new Descriptor instance of the given type
importAs(Class<T>, String) - Static method in class org.jboss.shrinkwrap.descriptor.api.Descriptors
Returns a new named DescriptorImporter instance, ready to import as a new Descriptor instance of the given type.

M

Mutable<IMMUTABLEVIEW extends Immutable<MUTABLEVIEW,IMMUTABLEVIEW>,MUTABLEVIEW extends Mutable<IMMUTABLEVIEW,MUTABLEVIEW>> - Interface in org.jboss.shrinkwrap.descriptor.api
A mutable view which supports converstion to a read-only Immutable view.

O

org.jboss.shrinkwrap.descriptor.api - package org.jboss.shrinkwrap.descriptor.api
 

R

removeAllNamespaces() - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorNamespace
Removes all existing namespaces.

T

to(T, OutputStream) - Method in interface org.jboss.shrinkwrap.descriptor.api.DescriptorExporter
Exports the specified Descriptor to the specified OutputStream.
toImmutable() - Method in interface org.jboss.shrinkwrap.descriptor.api.Mutable
Returns the immutable view of this object.
toMutable() - Method in interface org.jboss.shrinkwrap.descriptor.api.Immutable
Returns the mutable view of this object.

U

up() - Method in interface org.jboss.shrinkwrap.descriptor.api.Child
Returns the parent of this Child
A C D E F G I M O R T U 
Skip navigation links
ShrinkWrap Descriptors API Base 2.0.0

Copyright © 2017 JBoss by Red Hat. All rights reserved.