Package com.atlassian.bamboo.migration
Class MapperTestUtils
java.lang.Object
com.atlassian.bamboo.migration.MapperTestUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull org.codehaus.staxmate.out.SMOutputDocument
createOutputDocument
(@NotNull File outputFile) static @NotNull org.codehaus.staxmate.in.SMInputCursor
getElementCursor
(@NotNull Object object, @NotNull String resourceName, @NotNull String expectedListNode) Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned valuestatic @NotNull org.codehaus.staxmate.in.SMInputCursor
getRootCursor
(@NotNull File inputFile) Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned valuestatic @NotNull org.codehaus.staxmate.in.SMInputCursor
getRootCursor
(@NotNull InputStream inputStream) Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned valuestatic @NotNull org.codehaus.staxmate.in.SMInputCursor
getRootCursor
(@NotNull Object object, @NotNull String resourceName) Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value
-
Constructor Details
-
MapperTestUtils
public MapperTestUtils()
-
-
Method Details
-
getRootCursor
@NotNull public static @NotNull org.codehaus.staxmate.in.SMInputCursor getRootCursor(@NotNull @NotNull Object object, @NotNull @NotNull String resourceName) throws XMLStreamException, IOException Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value- Throws:
XMLStreamException
IOException
-
getElementCursor
@NotNull public static @NotNull org.codehaus.staxmate.in.SMInputCursor getElementCursor(@NotNull @NotNull Object object, @NotNull @NotNull String resourceName, @NotNull @NotNull String expectedListNode) throws XMLStreamException, IOException Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value- Throws:
XMLStreamException
IOException
-
getRootCursor
@NotNull public static @NotNull org.codehaus.staxmate.in.SMInputCursor getRootCursor(@NotNull @NotNull File inputFile) throws XMLStreamException, IOException Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value- Throws:
XMLStreamException
IOException
-
getRootCursor
@NotNull public static @NotNull org.codehaus.staxmate.in.SMInputCursor getRootCursor(@NotNull @NotNull InputStream inputStream) throws XMLStreamException Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value- Throws:
XMLStreamException
-
createOutputDocument
@NotNull public static @NotNull org.codehaus.staxmate.out.SMOutputDocument createOutputDocument(@NotNull @NotNull File outputFile) throws XMLStreamException - Throws:
XMLStreamException
-