org.apache.karaf.util
Class DeployerUtils

java.lang.Object
  extended by org.apache.karaf.util.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 © 2007-2011 Apache Software Foundation. All Rights Reserved.