Uses of Interface
org.outerj.daisy.repository.Repository

Packages that use Repository
org.outerj.daisy.repository Core API for accessing the repository, and creating and modifying documents in it. 
 

Uses of Repository in org.outerj.daisy.repository
 

Methods in org.outerj.daisy.repository that return Repository
 Repository RepositoryManager.getRepository(Credentials credentials)
           
 

Methods in org.outerj.daisy.repository with parameters of type Repository
static java.lang.String FieldHelper.getFormattedValue(java.lang.Object value, ValueType valueType, java.util.Locale locale, Repository repository)
          Convenience method to get a String representation of a value, taking into account the locale (thus nicer then calling toString() on the value).
 



Copyright © -2012 . All Rights Reserved.