Uses of Class
org.apache.commons.compress.harmony.pack200.NewAttribute
-
Uses of NewAttribute in org.apache.commons.compress.harmony.pack200
Modifier and TypeClassDescriptionstatic class
ErrorAttribute extendsNewAttribute
and manages attributes encountered by ASM that have had an error action specified to pack200 (e.g. via one of the -C, -M, -F or -D command line options such as -Cattribute-name=error)static class
PassAttribute extendsNewAttribute
and manages attributes encountered by ASM that have had a pass action specified to pack200 (e.g. via one of the -C, -M, -F or -D command line options such as -Cattribute-name=pass)static class
StripAttribute extendsNewAttribute
and manages attributes encountered by ASM that have had a strip action specified to pack200 (e.g. via one of the -C, -M, -F or -D command line options such as -Cattribute-name=strip)Modifier and TypeMethodDescriptionvoid
NewAttributeBands.addAttribute
(NewAttribute attribute) void
NewAttributeBands.AttributeLayoutElement.addAttributeToBand
(NewAttribute attribute, InputStream inputStream) void
NewAttributeBands.Call.addAttributeToBand
(NewAttribute attribute, InputStream inputStream) void
NewAttributeBands.Callable.addAttributeToBand
(NewAttribute attribute, InputStream inputStream) void
NewAttributeBands.Integral.addAttributeToBand
(NewAttribute attribute, InputStream inputStream) void
NewAttributeBands.Reference.addAttributeToBand
(NewAttribute attribute, InputStream inputStream) void
NewAttributeBands.Replication.addAttributeToBand
(NewAttribute attribute, InputStream inputStream) void
NewAttributeBands.Union.addAttributeToBand
(NewAttribute attribute, InputStream inputStream) void
NewAttributeBands.UnionCase.addAttributeToBand
(NewAttribute attribute, InputStream inputStream) void
ClassBands.addClassAttribute
(NewAttribute attribute) void
ClassBands.addCodeAttribute
(NewAttribute attribute) void
ClassBands.addFieldAttribute
(NewAttribute attribute) void
ClassBands.addMethodAttribute
(NewAttribute attribute)