Class JarUtils

    • Method Detail

      • findJarVersion

        public static org.nuxeo.connect.update.task.update.JarUtils.Match<StringfindJarVersion​(String name)
        Try to find the version part in the given JAR name. Return null if name is not containing a version, otherwise return a match object with the name without the version part and the extension in the 'Match.object' field.
      • findJar

        public static org.nuxeo.connect.update.task.update.JarUtils.Match<FilefindJar​(File root,
                                                                                        String key)
      • find

        public static org.nuxeo.connect.update.task.update.JarUtils.Match<Filefind​(File filePattern)