Class LocalNameLookup

java.lang.Object
edu.umd.cs.findbugs.cloud.username.LocalNameLookup
All Implemented Interfaces:
NameLookup

public class LocalNameLookup extends Object implements NameLookup
Author:
pugh
  • Constructor Details

    • LocalNameLookup

      public LocalNameLookup()
  • Method Details

    • signIn

      public boolean signIn(CloudPlugin plugin, BugCollection bugCollection)
      Description copied from interface: NameLookup
      tries to obtain a user name. May prompt the user and/or perform network activity.
      Specified by:
      signIn in interface NameLookup
      Parameters:
      plugin - TODO
      Returns:
      true if successful
    • getUsername

      public String getUsername()
      Description copied from interface: NameLookup
      Return name that should be used as the user identity
      Specified by:
      getUsername in interface NameLookup