org.apache.sling.jcr.base.internal
Class RepositoryPrinter

java.lang.Object
  extended by org.apache.sling.jcr.base.internal.RepositoryPrinter

public class RepositoryPrinter
extends Object

The Printer Plugin


Constructor Summary
RepositoryPrinter(javax.jcr.Repository repo, Map<String,Object> props)
           
 
Method Summary
 Dictionary<String,Object> getProperties()
           
 String getTitle()
           
 void printConfiguration(PrintWriter pw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryPrinter

public RepositoryPrinter(javax.jcr.Repository repo,
                         Map<String,Object> props)
Method Detail

getTitle

public String getTitle()

getProperties

public Dictionary<String,Object> getProperties()

printConfiguration

public void printConfiguration(PrintWriter pw)


Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.