B C D G I J L M O R S U V

B

buildPath(String, String) - Method in class org.jboss.example.dna.repository.RepositoryClient
Utility to build a path given the current path and the input path as string, where the input path could be an absolute path or relative to the current and where the input may use "." and "..".

C

ConsoleInput - Class in org.jboss.example.dna.repository
 
ConsoleInput(RepositoryClient, String[]) - Constructor for class org.jboss.example.dna.repository.ConsoleInput
Construct the console input and prompt for user input to interact with the RepositoryClient.

D

displayError(String, Throwable) - Method in class org.jboss.example.dna.repository.ConsoleInput
Display the supplied error that happened during the activity.
displayMainMenu() - Method in class org.jboss.example.dna.repository.ConsoleInput
Generate the main menu for the console-based application.
displayNavigationHelp() - Method in class org.jboss.example.dna.repository.ConsoleInput
 
displayNavigationMenu(String) - Method in class org.jboss.example.dna.repository.ConsoleInput
Display the menu for navigating the source with the supplied name.
displayNode(String, String) - Method in class org.jboss.example.dna.repository.ConsoleInput
Display the node with the given path found in the supplied source.

G

getCallbackHandler() - Method in class org.jboss.example.dna.repository.ConsoleInput
getCallbackHandler() - Method in interface org.jboss.example.dna.repository.UserInterface
 
getLocationOfRepositoryFiles() - Method in class org.jboss.example.dna.repository.ConsoleInput
getLocationOfRepositoryFiles() - Method in interface org.jboss.example.dna.repository.UserInterface
 
getLoginContext() - Method in class org.jboss.example.dna.repository.RepositoryClient
Get the current JAAS LoginContext (if there is one).
getLoginContext() - Method in class org.jboss.example.dna.repository.RepositoryClient.JaasCredentials
JBoss DNA's JCR implementation will reflectively look for and call this method to get the JAAS LoginContext.
getNamesOfRepositories() - Method in class org.jboss.example.dna.repository.RepositoryClient
Get the names of the repositories.
getNodeInfo(String, String, Map<String, Object[]>, List<String>) - Method in class org.jboss.example.dna.repository.RepositoryClient
Get the information about a node, using the API method.

I

in - Static variable in class org.jboss.example.dna.repository.ConsoleInput
 
INMEMORY_REPOSITORY_SOURCE_CLASSNAME - Static variable in class org.jboss.example.dna.repository.RepositoryClient
 

J

JAAS_LOGIN_CONTEXT_NAME - Static variable in class org.jboss.example.dna.repository.RepositoryClient
 

L

logout() - Method in class org.jboss.example.dna.repository.RepositoryClient
Calling this will lose the context

M

main(String[]) - Static method in class org.jboss.example.dna.repository.RepositoryClient
 

O

org.jboss.example.dna.repository - package org.jboss.example.dna.repository
 

R

RepositoryClient - Class in org.jboss.example.dna.repository
 
RepositoryClient() - Constructor for class org.jboss.example.dna.repository.RepositoryClient
 
RepositoryClient.Api - Enum in org.jboss.example.dna.repository
 
RepositoryClient.JaasCredentials - Class in org.jboss.example.dna.repository
A class that represents JCR Credentials containing the JAAS LoginContext.
RepositoryClient.JaasCredentials(LoginContext) - Constructor for class org.jboss.example.dna.repository.RepositoryClient.JaasCredentials
 

S

setApi(RepositoryClient.Api) - Method in class org.jboss.example.dna.repository.RepositoryClient
Set the API that this client should use to interact with the repositories.
setJaasContextName(String) - Method in class org.jboss.example.dna.repository.RepositoryClient
Set the JAAS context name that should be used.
setUserInterface(UserInterface) - Method in class org.jboss.example.dna.repository.RepositoryClient
 
shutdown() - Method in class org.jboss.example.dna.repository.RepositoryClient
Shut down the components and services and blocking until all resources have been released.
startRepositories() - Method in class org.jboss.example.dna.repository.RepositoryClient
Start up the repositories.

U

UserInterface - Interface in org.jboss.example.dna.repository
 

V

valueOf(String) - Static method in enum org.jboss.example.dna.repository.RepositoryClient.Api
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.example.dna.repository.RepositoryClient.Api
Returns an array containing the constants of this enum type, in the order they're declared.

B C D G I J L M O R S U V

Copyright © 2008. All Rights Reserved.