JIVE Platform
Release 0.3.1

edu.buffalo.cse.jive.ui.search
Interface JiveSearchPattern.Importer

Enclosing class:
JiveSearchPattern

public static interface JiveSearchPattern.Importer

A builder for a JiveSearchPattern.


Method Summary
 String provideClassName()
          Provides the class name for the pattern.
 String provideInstanceNumber()
          Provides the instance number for the pattern.
 String provideMethodName()
          Provides the method name for the pattern.
 String provideVariableName()
          Provides the variable name for the pattern.
 

Method Detail

provideClassName

String provideClassName()
Provides the class name for the pattern.

Returns:
the class name

provideInstanceNumber

String provideInstanceNumber()
Provides the instance number for the pattern.

Returns:
the instance number

provideMethodName

String provideMethodName()
Provides the method name for the pattern.

Returns:
the method name

provideVariableName

String provideVariableName()
Provides the variable name for the pattern.

Returns:
the variable name

JIVE Platform
Release 0.3.1