Uses of Class
org.apache.commons.compress.harmony.pack200.NewAttribute
-
Packages that use NewAttribute Package Description org.apache.commons.compress.harmony.pack200 Internal package. -
-
Uses of NewAttribute in org.apache.commons.compress.harmony.pack200
Subclasses of NewAttribute in org.apache.commons.compress.harmony.pack200 Modifier and Type Class Description static classNewAttribute.ErrorAttributeErrorAttribute extendsNewAttributeand manages attributes encountered by ASM that have had an error action specified to pack200 (for example via one of the -C, -M, -F or -D command line options such as -Cattribute-name=error)static classNewAttribute.PassAttributePassAttribute extendsNewAttributeand manages attributes encountered by ASM that have had a pass action specified to pack200 (for example via one of the -C, -M, -F or -D command line options such as -Cattribute-name=pass)static classNewAttribute.StripAttributeStripAttribute extendsNewAttributeand manages attributes encountered by ASM that have had a strip action specified to pack200 (for example via one of the -C, -M, -F or -D command line options such as -Cattribute-name=strip)Methods in org.apache.commons.compress.harmony.pack200 with parameters of type NewAttribute Modifier and Type Method Description voidNewAttributeBands. addAttribute(NewAttribute attribute)voidNewAttributeBands.AttributeLayoutElement. addAttributeToBand(NewAttribute attribute, java.io.InputStream inputStream)voidNewAttributeBands.Call. addAttributeToBand(NewAttribute attribute, java.io.InputStream inputStream)voidNewAttributeBands.Callable. addAttributeToBand(NewAttribute attribute, java.io.InputStream inputStream)voidNewAttributeBands.Integral. addAttributeToBand(NewAttribute attribute, java.io.InputStream inputStream)voidNewAttributeBands.Reference. addAttributeToBand(NewAttribute attribute, java.io.InputStream inputStream)voidNewAttributeBands.Replication. addAttributeToBand(NewAttribute attribute, java.io.InputStream inputStream)voidNewAttributeBands.Union. addAttributeToBand(NewAttribute attribute, java.io.InputStream inputStream)voidNewAttributeBands.UnionCase. addAttributeToBand(NewAttribute attribute, java.io.InputStream inputStream)voidClassBands. addClassAttribute(NewAttribute attribute)Adds a new class attribute.voidClassBands. addCodeAttribute(NewAttribute attribute)Adds a new code attribute.voidClassBands. addFieldAttribute(NewAttribute attribute)Adds a new field attribute.voidClassBands. addMethodAttribute(NewAttribute attribute)Adds a new method attribute.
-