示例#1
0
 protected void refreshProfile() {
   GrepConsoleApplicationComponent applicationComponent =
       GrepConsoleApplicationComponent.getInstance();
   profile = applicationComponent.getState().getProfile(profile);
 }
示例#2
0
 public AbstractFilter(Project project) {
   this.project = project;
   profile = GrepConsoleApplicationComponent.getInstance().getProfile(project);
 }