org.apache.maven.shared.dependency.analyzer.asm
Class MockAttribute

java.lang.Object
  extended by org.objectweb.asm.Attribute
      extended by org.apache.maven.shared.dependency.analyzer.asm.MockAttribute

public class MockAttribute
extends org.objectweb.asm.Attribute

A simple ASM Attribute for use in tests.

Version:
$Id: MockAttribute.java 661727 2008-05-30 14:21:49Z bentmann $
Author:
Mark Hobson

Field Summary
 
Fields inherited from class org.objectweb.asm.Attribute
type
 
Constructor Summary
MockAttribute(String type)
           
 
Method Summary
 
Methods inherited from class org.objectweb.asm.Attribute
getLabels, isCodeAttribute, isUnknown, read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockAttribute

public MockAttribute(String type)


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.