Class DeployerUtils


  • public final class DeployerUtils
    extends Object
    Contain various methods that are useful for deploying artifacts.
    • 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