Class FileOfClasses
java.lang.Object
com.ibm.wala.util.config.SetOfClasses
com.ibm.wala.util.config.FileOfClasses
- All Implemented Interfaces:
StringFilter, Serializable, Predicate<String>
Deprecated, for removal: This API element is subject to removal in a future version.
An object which represents a set of classes read from a text file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileOfClasses(InputStream input) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.toJson()Deprecated, for removal: This API element is subject to removal in a future version.Provides a JSON-compatible representation of this filter for use in serialization.@Nullable StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class SetOfClasses
test
-
Constructor Details
-
FileOfClasses
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
-
Method Details
-
contains
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
containsin classSetOfClasses
-
add
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addin classSetOfClasses
-
toString
-
toJson
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:StringFilterProvides a JSON-compatible representation of this filter for use in serialization.JSON-compatible types include
String,Listof a JSON-compatible type,MapfromStringto a JSON-compatible type, etc..- Returns:
- a JSON-compatible representation of this filter
-
PatternsFilterinstead.