Package com.atlassian.bamboo.fileserver
Class MimeTypeLoader.MimeMappingElementParser
java.lang.Object
com.atlassian.bamboo.configuration.DefaultElementParser
com.atlassian.bamboo.fileserver.MimeTypeLoader.MimeMappingElementParser
- All Implemented Interfaces:
ElementParser
- Enclosing class:
- MimeTypeLoader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Do nothing by default.void
startElement
(Attributes attributes) Do nothing by default.Methods inherited from class com.atlassian.bamboo.configuration.DefaultElementParser
characters, getInstance
-
Constructor Details
-
MimeMappingElementParser
public MimeMappingElementParser()
-
-
Method Details
-
startElement
Description copied from class:DefaultElementParser
Do nothing by default. Override to process the start of an element.- Specified by:
startElement
in interfaceElementParser
- Overrides:
startElement
in classDefaultElementParser
- Parameters:
attributes
- The element's attributes
-
endElement
public void endElement()Description copied from class:DefaultElementParser
Do nothing by default. Override to process the end of an element.- Specified by:
endElement
in interfaceElementParser
- Overrides:
endElement
in classDefaultElementParser
-