Uses of Class
com.sun.ts.tests.common.taglibsig.TagLibraryDescriptor
Packages that use TagLibraryDescriptor
-
Uses of TagLibraryDescriptor in com.sun.ts.tests.common.taglibsig
Methods in com.sun.ts.tests.common.taglibsig that return TagLibraryDescriptorModifier and TypeMethodDescriptionstatic TagLibraryDescriptor
TagLibraryDescriptor.getInstance
(String jarUrl, String taglibUri) Returns a TagLibraryDescriptor instance based on the URI the tag library is known by (i.e.Methods in com.sun.ts.tests.common.taglibsig with parameters of type TagLibraryDescriptorModifier and TypeMethodDescriptionString[]
TagLibraryComparitor.compare
(TagLibraryDescriptor control, TagLibraryDescriptor underTest) Performs a comparison of twoTagLibraryDescriptor
objects using the configuredValidationConfiguration
. -
Uses of TagLibraryDescriptor in com.sun.ts.tests.common.taglibsig.validation
Methods in com.sun.ts.tests.common.taglibsig.validation with parameters of type TagLibraryDescriptorModifier and TypeMethodDescriptionURIValidator.validate
(TagLibraryDescriptor control, TagLibraryDescriptor underTest) Validator.validate
(TagLibraryDescriptor control, TagLibraryDescriptor underTest) Performs validations (specific to the particular implementation) of twoTagLibraryDescriptor
instances.