hudson.plugins.filesfoundtrigger
Class FilesFoundTriggerConfig.ConverterImpl

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

public static final class FilesFoundTriggerConfig.ConverterImpl
extends hudson.util.RobustReflectionConverter

Converter implementation for XStream. This converter uses the PureJavaReflectionProvider, which ensures that the default 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
FilesFoundTriggerConfig.ConverterImpl(com.thoughtworks.xstream.mapper.Mapper mapper)
          Class constructor.
 
Method Summary
 
Methods inherited from class hudson.util.RobustReflectionConverter
addErrorInContext, canConvert, doMarshal, doUnmarshal, instantiateNewInstance, marshal, marshallField, unmarshal, unmarshalField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilesFoundTriggerConfig.ConverterImpl

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

Parameters:
mapper - the mapper


Copyright © 2004-2011. All Rights Reserved.