Top Fields Constructors Methods
jdk.tools.jlink.internal

public Class Utils

extends Object
Class Inheritance
Imports
java.net.URI, java.nio.file.FileSystem, .FileSystems, .Path, .PathMatcher, java.util.ArrayList, .Arrays, .Comparator, .List, jdk.tools.jlink.plugin.Plugin

Field Summary

Modifier and TypeField and Description
private static FileSystem
private static final Module

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public static Path
getJRTFSPath(String first, String... more)

public static PathMatcher
public static PathMatcher
public static List<Plugin>
public static boolean
public static boolean
public static boolean
public static boolean
public static FileSystem
public static List<String>
parseList(String arguments)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

JRT_FILE_SYSTEMback to summary
private static FileSystem JRT_FILE_SYSTEM
THIS_MODULEback to summary
private static final Module THIS_MODULE

Constructor Detail

Utilsback to summary
private Utils()

Method Detail

getJRTFSPathback to summary
public static Path getJRTFSPath(String first, String... more)
getJRTFSPathMatcherback to summary
public static PathMatcher getJRTFSPathMatcher(String pattern)
getPathMatcherback to summary
public static PathMatcher getPathMatcher(FileSystem fs, String pattern)
getSortedPluginsback to summary
public static List<Plugin> getSortedPlugins(List<Plugin> plugins)
isAutoEnabledback to summary
public static boolean isAutoEnabled(Plugin prov)
isBuiltinback to summary
public static boolean isBuiltin(Plugin prov)
isDisabledback to summary
public static boolean isDisabled(Plugin prov)
isFunctionalback to summary
public static boolean isFunctional(Plugin prov)
jrtFileSystemback to summary
public static FileSystem jrtFileSystem()
parseListback to summary
public static List<String> parseList(String arguments)