ModeShape Distribution 3.6.0.Final

org.modeshape.jcr
Interface Upgrades.Context

Enclosing class:
Upgrades

public static interface Upgrades.Context


Method Summary
 Problems getProblems()
          Get a problems instance which can be used to record failures/warnings/information messages.
 JcrRepository.RunningState getRepository()
          Get the repository's running state.
 

Method Detail

getRepository

JcrRepository.RunningState getRepository()
Get the repository's running state.

Returns:
the repository state

getProblems

Problems getProblems()
Get a problems instance which can be used to record failures/warnings/information messages.

Returns:
a Problems instance, never null.

ModeShape Distribution 3.6.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.