hudson.plugins.filesfoundtrigger
Class FilesFoundTrigger.ConverterImpl

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

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

Converter implementation for XStream. This converter uses the PureJavaReflectionProvider, which ensures that the FilesFoundTrigger.FilesFoundTrigger() 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
FilesFoundTrigger.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

FilesFoundTrigger.ConverterImpl

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

Parameters:
mapper - the mapper


Copyright © 2010. All Rights Reserved.