Uses of Class
net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty

Packages that use NotEmpty
net.shibboleth.utilities.java.support.component Set of interfaces used to describe basic features of "components" or "modules" within a larger system. 
net.shibboleth.utilities.java.support.httpclient Classes for working with Apache HttpClient
net.shibboleth.utilities.java.support.logic Classes that represent basic first order logic concepts. 
net.shibboleth.utilities.java.support.scripting Classes for working with JSR-223 scripting environments. 
net.shibboleth.utilities.java.support.velocity Classes for working with Apache Velocity
net.shibboleth.utilities.java.support.xml A set of helper functions for performing actions on DOM nodes. 
 

Uses of NotEmpty in net.shibboleth.utilities.java.support.component
 

Method parameters in net.shibboleth.utilities.java.support.component with annotations of type NotEmpty
protected  void AbstractIdentifiableInitializableComponent.setId(String componentId)
          Sets the ID of this component.
protected  void AbstractDestructableIdentifiableInitializableComponent.setId(String componentId)
          Sets the ID of this component.
 

Uses of NotEmpty in net.shibboleth.utilities.java.support.httpclient
 

Method parameters in net.shibboleth.utilities.java.support.httpclient with annotations of type NotEmpty
 void FileCachingHttpClientBuilder.setCacheDirectory(String directoryPath)
          Sets the directory in which cached content will be stored.
 

Constructor parameters in net.shibboleth.utilities.java.support.httpclient with annotations of type NotEmpty
HttpResource(HttpClient client, String url)
          Constructor.
 

Uses of NotEmpty in net.shibboleth.utilities.java.support.logic
 

Methods in net.shibboleth.utilities.java.support.logic with annotations of type NotEmpty
 String TrimOrNullStringFunction.apply(String input)
          
 

Uses of NotEmpty in net.shibboleth.utilities.java.support.scripting
 

Constructor parameters in net.shibboleth.utilities.java.support.scripting with annotations of type NotEmpty
EvaluableScript(String engineName, File scriptSource)
          Constructor.
EvaluableScript(String engineName, String scriptSource)
          Constructor.
EvaluableScript(String engineName, String scriptSource)
          Constructor.
 

Uses of NotEmpty in net.shibboleth.utilities.java.support.velocity
 

Method parameters in net.shibboleth.utilities.java.support.velocity with annotations of type NotEmpty
static Template Template.fromTemplate(VelocityEngine engine, String template)
          A convenience method that invoked Template.fromTemplate(VelocityEngine, String, Charset) and assumes the given template is US ASCII encoded.
static Template Template.fromTemplate(VelocityEngine engine, String template, Charset encoding)
          Constructs a Template from a given template.
static Template Template.fromTemplateName(VelocityEngine engine, String templateName)
          A convenience method that invoked Template.fromTemplateName(VelocityEngine, String, Charset) and assumes the named template is US ASCII encoded.
static Template Template.fromTemplateName(VelocityEngine engine, String name, Charset encoding)
          Constructs a Template that evaluates a named velocity template with a using the given velocity engine.
 

Constructor parameters in net.shibboleth.utilities.java.support.velocity with annotations of type NotEmpty
Template(VelocityEngine velocityEngine, String velocityTemplateName, String velocityTemplateEncoding)
          Constructor.
 

Uses of NotEmpty in net.shibboleth.utilities.java.support.xml
 

Method parameters in net.shibboleth.utilities.java.support.xml with annotations of type NotEmpty
static Schema SchemaBuilder.buildSchema(SchemaBuilder.SchemaLanguage lang, File... schemaFilesOrDirectories)
          Builds a schema from the given schema sources.
static Schema SchemaBuilder.buildSchema(SchemaBuilder.SchemaLanguage lang, InputStream... schemaSources)
          Builds a schema from the given schema sources.
private static Schema SchemaBuilder.buildSchema(SchemaBuilder.SchemaLanguage lang, List<? extends Source> schemaSources)
          Builds a schema from the given schema sources.
static Schema SchemaBuilder.buildSchema(SchemaBuilder.SchemaLanguage lang, Resource... schemaSources)
          Builds a schema from the given schema sources.
static Schema SchemaBuilder.buildSchema(SchemaBuilder.SchemaLanguage lang, String... schemaFilesOrDirectories)
          Builds a schema from the given schema sources.
 



Copyright © 1999-2012. All Rights Reserved.