info.magnolia.module.delta
Class BootstrapFileUtil

java.lang.Object
  extended by info.magnolia.module.delta.BootstrapFileUtil

public class BootstrapFileUtil
extends Object

Util class to extract nodes, properties from bootstrap files.

Author:
tmiyar

Constructor Summary
BootstrapFileUtil()
           
 
Method Summary
static InputStream getElementAsStream(String fileName, String nodePath)
           
static String getPropertyValue(String fileName, String xpathExpr)
           
static String getXPathNodeQueryString(String path)
           
protected static String getXpathPropertyQueryString(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapFileUtil

public BootstrapFileUtil()
Method Detail

getElementAsStream

public static InputStream getElementAsStream(String fileName,
                                             String nodePath)

getPropertyValue

public static String getPropertyValue(String fileName,
                                      String xpathExpr)

getXPathNodeQueryString

public static String getXPathNodeQueryString(String path)

getXpathPropertyQueryString

protected static String getXpathPropertyQueryString(String path)


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.