Enum JsLibsRegex
- java.lang.Object
-
- java.lang.Enum<JsLibsRegex>
-
- org.whitesource.agent.dependency.resolver.js.JsLibsRegex
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<JsLibsRegex>
public enum JsLibsRegex extends java.lang.Enum<JsLibsRegex>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ANGULARJSBACKBONEJSBOOTSTRAPCKEDITORDOJODOMPURIFYDWREASYXDMEMBEREXTJSFLOWPLAYERHANDLEBARSJPLAYERJQUERYJQUERY_MIGRATEJQUERY_MOBILEJQUERY_PRETTY_PHOTOJQUERY_UIJQUERY_VALIDATORKNOCKOUTMOMENTJSMUSTACHEPLUPLOADPROTOTYPEJSREACTSESSVARSSWFOBJECTTINYMCEVUEYUI
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getFileContentRegex()java.util.List<java.lang.String>getFileNameRegex()java.lang.StringgetLibName()static JsLibsRegexvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsLibsRegex[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
JQUERY
public static final JsLibsRegex JQUERY
-
JQUERY_MIGRATE
public static final JsLibsRegex JQUERY_MIGRATE
-
JQUERY_VALIDATOR
public static final JsLibsRegex JQUERY_VALIDATOR
-
JQUERY_MOBILE
public static final JsLibsRegex JQUERY_MOBILE
-
JQUERY_UI
public static final JsLibsRegex JQUERY_UI
-
JQUERY_PRETTY_PHOTO
public static final JsLibsRegex JQUERY_PRETTY_PHOTO
-
JPLAYER
public static final JsLibsRegex JPLAYER
-
KNOCKOUT
public static final JsLibsRegex KNOCKOUT
-
SESSVARS
public static final JsLibsRegex SESSVARS
-
SWFOBJECT
public static final JsLibsRegex SWFOBJECT
-
TINYMCE
public static final JsLibsRegex TINYMCE
-
YUI
public static final JsLibsRegex YUI
-
PROTOTYPEJS
public static final JsLibsRegex PROTOTYPEJS
-
EMBER
public static final JsLibsRegex EMBER
-
DOJO
public static final JsLibsRegex DOJO
-
ANGULARJS
public static final JsLibsRegex ANGULARJS
-
BACKBONEJS
public static final JsLibsRegex BACKBONEJS
-
MUSTACHE
public static final JsLibsRegex MUSTACHE
-
HANDLEBARS
public static final JsLibsRegex HANDLEBARS
-
EASYXDM
public static final JsLibsRegex EASYXDM
-
PLUPLOAD
public static final JsLibsRegex PLUPLOAD
-
DOMPURIFY
public static final JsLibsRegex DOMPURIFY
-
REACT
public static final JsLibsRegex REACT
-
FLOWPLAYER
public static final JsLibsRegex FLOWPLAYER
-
DWR
public static final JsLibsRegex DWR
-
MOMENTJS
public static final JsLibsRegex MOMENTJS
-
BOOTSTRAP
public static final JsLibsRegex BOOTSTRAP
-
CKEDITOR
public static final JsLibsRegex CKEDITOR
-
VUE
public static final JsLibsRegex VUE
-
EXTJS
public static final JsLibsRegex EXTJS
-
-
Method Detail
-
values
public static JsLibsRegex[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (JsLibsRegex c : JsLibsRegex.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static JsLibsRegex valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getLibName
public java.lang.String getLibName()
-
getFileNameRegex
public java.util.List<java.lang.String> getFileNameRegex()
-
getFileContentRegex
public java.util.List<java.lang.String> getFileContentRegex()
-
-