Uses of Class
org.whitesource.agent.dependency.resolver.python.DependenciesFileType
-
Packages that use DependenciesFileType Package Description org.whitesource.agent.dependency.resolver.python -
-
Uses of DependenciesFileType in org.whitesource.agent.dependency.resolver.python
Methods in org.whitesource.agent.dependency.resolver.python that return DependenciesFileType Modifier and Type Method Description static DependenciesFileTypeDependenciesFileType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DependenciesFileType[]DependenciesFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-