saker.build Documentation TaskDoc JavaDoc Packages
public abstract class RMITransferPropertiesHolder
Common superclass for different internal implementations of RMI properties collection.

This class is not indented for external use. To configure your RMI connection use RMITransferProperties.

Methods
public abstract <C> ClassTransferProperties<C>
Gets the specified properties for the given class.
public abstract <C> ConstructorTransferProperties<C>
Gets the specified properties for the given constructor.
public abstract MethodTransferProperties
Gets the specified properties for the given method.
public abstract <C> ClassTransferProperties<C> getClassProperties(Class<C> clazz)
Gets the specified properties for the given class.
CThe type of the class.
clazzThe class to lookup the properties for.
The found properties or null.
Gets the specified properties for the given constructor.
CThe declaring class of the constructor.
constructorThe constructor to lookup the properties for.
The found properties or null.
Gets the specified properties for the given method.
methodThe method to lookup the properties for.
The found properties or null.