Uses of Class
org.apache.commons.compress.harmony.pack200.NewAttribute
-
Packages that use NewAttribute Package Description org.apache.commons.compress.harmony.pack200 -
-
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 (e.g.static classNewAttribute.PassAttributePassAttribute extendsNewAttributeand manages attributes encountered by ASM that have had an pass action specified to pack200 (e.g.static classNewAttribute.StripAttributeStripAttribute extendsNewAttributeand manages attributes encountered by ASM that have had an strip action specified to pack200 (e.g.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 stream)voidNewAttributeBands.Call. addAttributeToBand(NewAttribute attribute, java.io.InputStream stream)voidNewAttributeBands.Callable. addAttributeToBand(NewAttribute attribute, java.io.InputStream stream)voidNewAttributeBands.Integral. addAttributeToBand(NewAttribute attribute, java.io.InputStream stream)voidNewAttributeBands.Reference. addAttributeToBand(NewAttribute attribute, java.io.InputStream stream)voidNewAttributeBands.Replication. addAttributeToBand(NewAttribute attribute, java.io.InputStream stream)voidNewAttributeBands.Union. addAttributeToBand(NewAttribute attribute, java.io.InputStream stream)voidNewAttributeBands.UnionCase. addAttributeToBand(NewAttribute attribute, java.io.InputStream stream)voidClassBands. addClassAttribute(NewAttribute attribute)voidClassBands. addCodeAttribute(NewAttribute attribute)voidClassBands. addFieldAttribute(NewAttribute attribute)voidClassBands. addMethodAttribute(NewAttribute attribute)
-