IOExitWildcardPath.java interface
IOExitWildcardPath.java
/*
* Licensed Materials - Property of IBM
*
* "Restricted Materials of IBM"
*
* 5724-H72
*
* Copyright IBM Corp. 2011, 2020. All Rights Reserved.
*
* disclosure restricted by GSA ADP Schedule Contract with
* IBM Corp.
*/
package com.ibm.wmqfte.exitroutine.api;
/**
* Represents a path that denotes a wildcard. This can be used to match multiple
* resource paths.
*/
public interface IOExitWildcardPath extends IOExitPath {