org.openide.filesystems 8.5.1

Uses of Class
org.openide.filesystems.annotations.LayerGenerationException

Packages that use LayerGenerationException
org.openide.filesystems.annotations Support for writing annotation processors which generate XML layer fragments. 
 

Uses of LayerGenerationException in org.openide.filesystems.annotations
 

Methods in org.openide.filesystems.annotations that throw LayerGenerationException
static String LayerBuilder.absolutizeResource(Element originatingElement, String resource)
          Allows a processor to accept relative resource paths.
 LayerBuilder.File LayerBuilder.File.bundlevalue(String attr, String label)
          Adds an attribute for a possibly localized string.
 LayerBuilder.File LayerBuilder.File.bundlevalue(String attr, String label, Annotation annotation, String annotationMethod)
          Adds an attribute for a possibly localized string.
protected abstract  boolean LayerGeneratingProcessor.handleProcess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
          The regular body of LayerGeneratingProcessor.process(java.util.Set, javax.annotation.processing.RoundEnvironment).
 LayerBuilder.File LayerBuilder.File.instanceAttribute(String attr, Class<?> type)
          Adds an attribute to load the associated class or method.
 LayerBuilder.File LayerBuilder.File.instanceAttribute(String attr, Class<?> type, Annotation annotation, String annotationMethod)
          Adds an attribute to load the associated class or method.
 LayerBuilder.File LayerBuilder.instanceFile(String path, String name)
          Generates an instance file that is not initialized with an instance.
 LayerBuilder.File LayerBuilder.instanceFile(String path, String name, Annotation annotation, String annotationMethod)
          Generates an instance file that is not initialized with an instance.
 LayerBuilder.File LayerBuilder.instanceFile(String path, String name, Class<?> type)
          Generates an instance file whose InstanceCookie would load the associated class or method.
 LayerBuilder.File LayerBuilder.instanceFile(String path, String name, Class<?> type, Annotation annotation, String annotationMethod)
          Generates an instance file whose InstanceCookie would load the associated class or method.
 LayerBuilder.File LayerBuilder.File.urlvalue(String attr, String value)
          Adds a URL-valued attribute.
 LayerBuilder.File LayerBuilder.File.urlvalue(String attr, URI value)
          Adds a URL-valued attribute.
 FileObject LayerBuilder.validateResource(String resource, Element originatingElement, Annotation annotation, String annotationMethod, boolean searchClasspath)
          Validates a resource named in an annotation.
 


org.openide.filesystems 8.5.1

Built on June 6 2013.  |  Portions Copyright 1997-2013 Oracle. All rights reserved.