org.apache.karaf.util
Class DeployerUtils

java.lang.Object
  extended by org.apache.karaf.util.DeployerUtils

public final class DeployerUtils
extends Object

Contain various methods that are useful for deploying artifacts


Method Summary
static String[] extractNameVersionType(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 String[] extractNameVersionType(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 © 2007–2014 The Apache Software Foundation. All rights reserved.