Class UberKeyStoreHandler
- java.lang.Object
-
- io.buildlogic.truststore.maven.plugin.keystore.KeyStoreHandler
-
- io.buildlogic.truststore.maven.plugin.keystore.UberKeyStoreHandler
-
public class UberKeyStoreHandler extends KeyStoreHandler
-
-
Field Summary
-
Fields inherited from class io.buildlogic.truststore.maven.plugin.keystore.KeyStoreHandler
next
-
-
Constructor Summary
Constructors Constructor Description UberKeyStoreHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TruststoreFormatgetFormat()voidsetNextHandler(KeyStoreHandler handler)-
Methods inherited from class io.buildlogic.truststore.maven.plugin.keystore.KeyStoreHandler
handleRequest
-
-
-
-
Method Detail
-
getFormat
public TruststoreFormat getFormat()
- Specified by:
getFormatin classKeyStoreHandler
-
setNextHandler
public void setNextHandler(KeyStoreHandler handler)
- Specified by:
setNextHandlerin classKeyStoreHandler
-
-