クラス VerificationOptions
java.lang.ObjectSE
org.springframework.modulith.core.VerificationOptions
Options to customize application module verifications.
- 導入:
- 1.4
- 作成者:
- Oliver Drotbohm
- 関連事項:
メソッドのサマリー
修飾子と型メソッド説明andAdditionalVerifications
(com.tngtech.archunit.lang.ArchRule... verifications) Registers additional verifications on top of the default ones.andAdditionalVerifications
(CollectionSE<com.tngtech.archunit.lang.ArchRule> verifications) Registers additional verifications on top of the default ones.static VerificationOptions
defaults()
Creates a newVerificationOptions
including jMolecules verifications if present on the classpath.(package private) CollectionSE<com.tngtech.archunit.lang.ArchRule>
Returns all additional verifications.withAdditionalVerifications
(com.tngtech.archunit.lang.ArchRule... verifications) Define the additional verifications to be executed.withAdditionalVerifications
(CollectionSE<com.tngtech.archunit.lang.ArchRule> verifications) Define the additional verifications to be executed.Disables the additional verifications registered by default.
メソッドの詳細
defaults
Creates a newVerificationOptions
including jMolecules verifications if present on the classpath.- 戻り値:
- null になることはありません。
withAdditionalVerifications
public VerificationOptions withAdditionalVerifications(CollectionSE<com.tngtech.archunit.lang.ArchRule> verifications) Define the additional verifications to be executed. Disables the ones executed by default.- パラメーター:
verifications
- null であってはなりません。- 戻り値:
- null になることはありません。
withAdditionalVerifications
public VerificationOptions withAdditionalVerifications(com.tngtech.archunit.lang.ArchRule... verifications) Define the additional verifications to be executed. Disables the ones executed by default.- パラメーター:
verifications
- null であってはなりません。- 戻り値:
- null になることはありません。
andAdditionalVerifications
public VerificationOptions andAdditionalVerifications(CollectionSE<com.tngtech.archunit.lang.ArchRule> verifications) Registers additional verifications on top of the default ones.- パラメーター:
verifications
- null であってはなりません。- 戻り値:
- null になることはありません。
andAdditionalVerifications
public VerificationOptions andAdditionalVerifications(com.tngtech.archunit.lang.ArchRule... verifications) Registers additional verifications on top of the default ones.- パラメーター:
verifications
- null であってはなりません。- 戻り値:
- null になることはありません。
withoutAdditionalVerifications
Disables the additional verifications registered by default.- 戻り値:
- null になることはありません。
getAdditionalVerifications
CollectionSE<com.tngtech.archunit.lang.ArchRule> getAdditionalVerifications()Returns all additional verifications.- 戻り値:
- null になることはありません。