com.atlassian.bamboo.migration.utils
Class DeletableInterfaceMapper

java.lang.Object
  extended by com.atlassian.bamboo.migration.utils.DeletableInterfaceMapper

public class DeletableInterfaceMapper
extends java.lang.Object


Method Summary
static void exportProperties(SMOutputElementAppender appender, Deletable deletable)
           
static void importProperties(Deletable deletable, org.codehaus.staxmate.in.SMInputCursor cursor)
           
static boolean isApplicable(java.lang.String attributeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isApplicable

public static boolean isApplicable(java.lang.String attributeName)

importProperties

public static void importProperties(Deletable deletable,
                                    org.codehaus.staxmate.in.SMInputCursor cursor)
                             throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

exportProperties

public static void exportProperties(SMOutputElementAppender appender,
                                    Deletable deletable)
                             throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException


Copyright © 2012 Atlassian. All Rights Reserved.