001package org.unix4j.unix.find; 002 003import org.unix4j.option.Option; 004 005interface Optionable<O extends Option> { 006 O getOption(); 007}