org.ops4j.pax.web.deployer.internal
Class DeployerUtils

java.lang.Object
  extended by org.ops4j.pax.web.deployer.internal.DeployerUtils

public final class DeployerUtils
extends java.lang.Object

Contain various methods that are useful for deploying artifacts

Author:
gnodet

Method Summary
static java.lang.String[] extractNameVersionType(java.lang.String url)
          Heuristic to compute the name and version of a file given it's name on disk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

extractNameVersionType

public static java.lang.String[] extractNameVersionType(java.lang.String url)
Heuristic to compute the name and version of a file given it's name on disk

Parameters:
url - the name of the file
Returns:
the name and version of that file


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.