Class DeletableInterfaceMapper
java.lang.Object
com.atlassian.bamboo.migration.utils.DeletableInterfaceMapper
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
exportProperties
(SMOutputElementAppender appender, Deletable deletable) static void
importProperties
(Deletable deletable, org.codehaus.staxmate.in.SMInputCursor cursor) static boolean
isApplicable
(String attributeName)
-
Method Details
-
isApplicable
-
importProperties
public static void importProperties(Deletable deletable, org.codehaus.staxmate.in.SMInputCursor cursor) throws XMLStreamException - Throws:
XMLStreamException
-
exportProperties
public static void exportProperties(SMOutputElementAppender appender, Deletable deletable) throws XMLStreamException - Throws:
XMLStreamException
-