hudson.plugins.filesfoundtrigger
Class FilesFoundTriggerCause.ConverterImpl

java.lang.Object
  extended by hudson.util.RobustReflectionConverter
      extended by hudson.plugins.filesfoundtrigger.FilesFoundTriggerCause.ConverterImpl
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
Enclosing class:
FilesFoundTriggerCause

public static class FilesFoundTriggerCause.ConverterImpl
extends hudson.util.RobustReflectionConverter

Converter implementation for XStream. This converter uses the PureJavaReflectionProvider, which ensures that the FilesFoundTriggerCause.FilesFoundTriggerCause() constructor is called.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.util.RobustReflectionConverter
hudson.util.RobustReflectionConverter.DuplicateFieldException
 
Field Summary
 
Fields inherited from class hudson.util.RobustReflectionConverter
mapper, reflectionProvider, serializationMethodInvoker
 
Constructor Summary
FilesFoundTriggerCause.ConverterImpl(com.thoughtworks.xstream.mapper.Mapper mapper)
          Class constructor.
 
Method Summary
 
Methods inherited from class hudson.util.RobustReflectionConverter
canConvert, doMarshal, doUnmarshal, instantiateNewInstance, marshal, marshallField, unmarshal, unmarshallField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilesFoundTriggerCause.ConverterImpl

public FilesFoundTriggerCause.ConverterImpl(com.thoughtworks.xstream.mapper.Mapper mapper)
Class constructor.

Parameters:
mapper - the mapper


Copyright © 2010. All Rights Reserved.