public class JarExpander extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NODE_JARCONTENTS
The name of the child node taking the expanded archive
|
static String |
PROP_EXPAND_DATE |
static String |
TYPE_JARFILE
The name of the node type required to expand the archive
|
Constructor and Description |
---|
JarExpander(javax.jcr.Node node) |
Modifier and Type | Method and Description |
---|---|
void |
extract() |
String |
getPath() |
javax.jcr.Property |
getProperty() |
void |
unpack(javax.jcr.Node jarRoot) |
public static final String TYPE_JARFILE
public static final String NODE_JARCONTENTS
public static final String PROP_EXPAND_DATE
public JarExpander(javax.jcr.Node node) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public void extract() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public String getPath()
public javax.jcr.Property getProperty()
public void unpack(javax.jcr.Node jarRoot) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.