クラスの使用
org.opengion.fukurou.fileexec.PathMatcherSet
-
PathMatcherSetを使用しているパッケージ パッケージ 説明 org.opengion.fukurou.fileexec fileexec は、GE7X 関連テーブルを利用して、ファイルの取込、実行処理を行うクラスを提供します。 -
-
org.opengion.fukurou.fileexecでのPathMatcherSetの使用
PathMatcherSetを返すorg.opengion.fukurou.fileexecのメソッド 修飾子とタイプ メソッド 説明 PathMatcherSet
PathMatcherSet. addEndsWith(java.lang.String... endKey)
指定のパスが、指定の文字列と、終端一致(endsWith) したパスのみ、有効とします。PathMatcherSet
PathMatcherSet. addFileName(java.lang.String filename)
指定のパスが、指定の文字列と、あいまい条件で一致したパスのみ、有効とします。PathMatcherSet
PathMatcherSet. addPathMatcher(java.nio.file.PathMatcher pathMch)
PathMatcher を、追加登録します。PathMatcherSet
PathMatcherSet. addStartsWith(java.lang.String... startKey)
指定のパスが、指定の文字列と、先頭一致(startsWith) したパスのみ、有効とします。PathMatcherSet型のパラメータを持つorg.opengion.fukurou.fileexecのメソッド 修飾子とタイプ メソッド 説明 boolean
PathMatcherSet. addAll(PathMatcherSet pmSet)
すべてのPathMatcherSet を、追加登録します。
-