public enum DependencyType extends Enum<DependencyType>
| Enum Constant and Description |
|---|
ALPINE |
ARCH_LINUX |
BOWER |
CABAL |
COCOAPODS |
CONDA |
CRATE |
DEBIAN |
DOCKER |
DOCKER_LAYER |
GO |
GRADLE |
GRUNT |
HEX |
JAVA |
MAVEN |
ML_MODEL |
NPM |
NUGET |
OPAM |
PHP |
PUB |
PYTHON |
R |
RPM |
RUBY |
SWIFT |
YOCTO |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DependencyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependencyType MAVEN
public static final DependencyType GRADLE
public static final DependencyType JAVA
public static final DependencyType NPM
public static final DependencyType BOWER
public static final DependencyType GRUNT
public static final DependencyType GO
public static final DependencyType PYTHON
public static final DependencyType RUBY
public static final DependencyType NUGET
public static final DependencyType PHP
public static final DependencyType RPM
public static final DependencyType DEBIAN
public static final DependencyType ALPINE
public static final DependencyType ARCH_LINUX
public static final DependencyType COCOAPODS
public static final DependencyType HEX
public static final DependencyType R
public static final DependencyType CRATE
public static final DependencyType CABAL
public static final DependencyType OPAM
public static final DependencyType PUB
public static final DependencyType CONDA
public static final DependencyType DOCKER
public static final DependencyType DOCKER_LAYER
public static final DependencyType YOCTO
public static final DependencyType SWIFT
public static final DependencyType ML_MODEL
public static DependencyType[] values()
for (DependencyType c : DependencyType.values()) System.out.println(c);
public static DependencyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<DependencyType>Copyright © 2011-2024 White Source. All Rights Reserved.