Uses of Enum Class
ch.nerdin.esbuild.BundleDependencies.BundleType
Packages that use BundleDependencies.BundleType
-
Uses of BundleDependencies.BundleType in ch.nerdin.esbuild
Methods in ch.nerdin.esbuild that return BundleDependencies.BundleTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BundleDependencies.BundleType[]BundleDependencies.BundleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.nerdin.esbuild with parameters of type BundleDependencies.BundleTypeModifier and TypeMethodDescriptionstatic PathBundleDependencies.bundle(List<Path> dependencies, BundleDependencies.BundleType type, Path entry) Use esbuild to bundle either webjar or mvnpm dependencies into a bundle.static PathBundleDependencies.bundle(List<Path> dependencies, BundleDependencies.BundleType type, Path entry, Config config) static PathBundleDependencies.bundle(List<Path> dependencies, BundleDependencies.BundleType type, List<Path> entries) static PathBundleDependencies.bundle(List<Path> dependencies, BundleDependencies.BundleType type, List<Path> entries, Config config) protected static PathBundleDependencies.extract(List<Path> dependencies, BundleDependencies.BundleType type)