Class DeletableInterfaceMapper
- java.lang.Object
-
- com.atlassian.bamboo.migration.utils.DeletableInterfaceMapper
-
public class DeletableInterfaceMapper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
exportProperties(SMOutputElementAppender appender, Deletable deletable)
static void
importProperties(Deletable deletable, org.codehaus.staxmate.in.SMInputCursor cursor)
static boolean
isApplicable(String attributeName)
-
-
-
Method Detail
-
isApplicable
public static boolean isApplicable(String attributeName)
-
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
-
-